删除日志测试定时任务
This commit is contained in:
parent
477d0f46ae
commit
c3f64e0c66
@ -38,10 +38,4 @@ public class StaticScheduleTask {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Scheduled(cron = "*/3 * * * * ?")
|
|
||||||
private void test() {
|
|
||||||
Logger log = LoggerFactory.getLogger(StaticScheduleTask.class);
|
|
||||||
log.info("微信发消息测试5 " + DateTimeUtils.localDateTimeToString(LocalDateTime.now()));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user