|
@@ -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)
|