springboot项目使用定时器注解@Scheduled(cron = "0 0 14 * * ?")

1、在SpringBoot项目的启动类上加上 

@EnableScheduling

2、在需要定时执行的方法上加上

@Scheduled(cron = "0 0 14 * * ?")

posted @ 2021-06-24 14:18  孙浩月  阅读(572)  评论(0编辑  收藏  举报