1.启动类上开启定时任务注解 @EnableScheduling
注:springboot会自动扫描主类包下的所有controller
SpringBoot2.x整合定时任务Schedule
2 自定义Compoment @Compoment
[email protected](fixedRate =1000*15)//每15s执行一次方法
SpringBoot2.x整合定时任务Schedule

相关文章: