摘要: 若想定时任务起作用,启动类必须加 @EnableScheduling注解 此类需加@Component注解每月凌晨一点执行任务:@Scheduled(cron = "0 0 1 1 * ? ")每周一凌晨一点执行任务:@Scheduled(cron = "0 0 1 ? * MON")每天凌晨一点执 阅读全文
posted @ 2021-03-29 16:22 老婆爱榴莲 阅读(914) 评论(0) 推荐(0)