commit
This commit is contained in:
@@ -57,8 +57,8 @@ public class ScheduledJob {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// @Scheduled(cron = "0 0 0 * * ?") //每天的凌晨0点执行
|
@Scheduled(cron = "0 0 0 * * ?") //每天的凌晨0点执行
|
||||||
@Scheduled(cron="*/5 * * * * ?")
|
// @Scheduled(cron="*/5 * * * * ?")
|
||||||
@Async
|
@Async
|
||||||
public void WarningSchedulingTasks() {
|
public void WarningSchedulingTasks() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user