feat: There is no way the !!!

This commit is contained in:
super_liu
2021-08-20 15:05:24 +08:00
parent ebfde8bd52
commit aaa9598735
2 changed files with 3 additions and 3 deletions
@@ -156,4 +156,4 @@ convert.host=127.0.0.1
# ============================================================================= # =============================================================================
# scheduled 配置 # scheduled 配置
# ============================================================================= # =============================================================================
isNotScheduled=false isNotScheduled=true
@@ -56,8 +56,8 @@ public class ScheduledJob {
private SarStandardInfoDao sarStandardInfoDao; private SarStandardInfoDao sarStandardInfoDao;
// @Scheduled(cron = "0 0 0 * * ?") //每天的凌晨0点执行 @Scheduled(cron = "0 0 0 * * ?") //每天的凌晨0点执行
@Scheduled(cron="*/5 * * * * ?") // @Scheduled(cron="*/5 * * * * ?")
@Async @Async
public void schedulingTasks() { public void schedulingTasks() {