From 6074f8f2fd1ebda7749889f6f1cacb774a2ceb58 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Mon, 7 Jul 2025 16:51:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E4=B8=BB=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canteen/core/BonusSmartCanteenApplication.java | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/BonusSmartCanteenApplication.java b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/BonusSmartCanteenApplication.java index 629ac85..1f4c885 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/BonusSmartCanteenApplication.java +++ b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/BonusSmartCanteenApplication.java @@ -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("初始化成功......"); -// } - } }