还原主程序
This commit is contained in:
parent
54ce84f534
commit
6074f8f2fd
|
|
@ -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("初始化成功......");
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue