Browse Source

取消调度

wangb@gyee-china.com 1 year ago
parent
commit
8c8f1f4889

+ 1 - 2
web/runeconomy-xk/src/main/java/com/gyee/runeconomy/task/SaticScheduleTask.java

@@ -5,7 +5,6 @@ import com.gyee.runeconomy.service.auto.IProEconBenchmarkingBetweenService;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.context.annotation.Configuration;
 import org.springframework.scheduling.annotation.EnableScheduling;
-import org.springframework.scheduling.annotation.Scheduled;
 
 import java.util.Date;
 
@@ -20,7 +19,7 @@ public class SaticScheduleTask {
     /**
      * 定时调度任务
      */
-    @Scheduled(cron = "0 0 1 * * ?")
+//    @Scheduled(cron = "0 0 1 * * ?")
     //@Scheduled(cron = "0 24 14 * * ?")
     //或直接指定时间间隔,例如:5秒
 //    @Scheduled(fixedRate=5000)