|
@@ -58,7 +58,8 @@ public class CleanDataTask {
|
|
|
}
|
|
|
|
|
|
//@Scheduled(cron = "*/30 * * * * ?")
|
|
|
- @Scheduled(cron = "00 00 06 * * ?")
|
|
|
+ //@Scheduled(cron = "00 00 06 * * ?")
|
|
|
+ @Scheduled(cron = "0 0/10 * * * ?")
|
|
|
public void start() throws InterruptedException {
|
|
|
log.info("startJob CleanDataTask !!! ");
|
|
|
|