摘要:
Springboot定时任务 一、注解 @EnableScheduling和@Scheduled 定时任务Schedule,Spring调度默认则是顺序执行的, 使用场景适用于定时任务为固定周期。(如果要改变周期需要重启项目) eg: @Scheduled(cron = "0/5 * * * * ? 阅读全文
posted @ 2021-02-01 15:50
agentfitz
阅读(2524)
评论(0)
推荐(1)
浙公网安备 33010602011771号