|
@@ -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 * * ?")
|
|
|
+
|
|
|
|
|
|
|
|
|
|