还原主程序

This commit is contained in:
sxu 2025-07-07 16:51:09 +08:00
parent 54ce84f534
commit 6074f8f2fd
1 changed files with 1 additions and 11 deletions

View File

@ -20,7 +20,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@EnableScheduling
@EnableRyFeignClients
@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })
public class BonusSmartCanteenApplication implements CommandLineRunner
public class BonusSmartCanteenApplication
{
public static void main(String[] args)
{
@ -37,14 +37,4 @@ public class BonusSmartCanteenApplication implements CommandLineRunner
" ''-' `'-' `-..-' ");
}
@Override
public void run(String... args) {
// HkCameraUtil util = new HkCameraUtil();
// int row = util.initDevice();
// if (row == 1) {
// System.out.println("初始化失败!!!!!!");
// }else{
// System.out.println("初始化成功......");
// }
}
}