‘linchangsheng’ il y a 4 mois
Parent
commit
fdb8ecea3c

+ 2 - 2
mall-server-api/src/main/java/com/gree/mall/manager/schedule/SyncSchedule.java

@@ -15,8 +15,8 @@ import java.io.IOException;
 /**
  * 定时购买保险
  */
-@ConditionalOnProperty(name = "schedule.enable", havingValue = "true", matchIfMissing = true)
-@Component
+//@ConditionalOnProperty(name = "schedule.enable", havingValue = "true", matchIfMissing = true)
+//@Component
 public class SyncSchedule {