来源: https://blog.stormma.me/2017/05/08/springboot定时任务踩坑记录/ 前言 springboot已经支持了定时任务Schedule模块,一般情况已经完全能够满足我们的实际需求。今天就记录一下我使用 schedule 时候踩的坑吧。 想要使用定时,我们首先要开启支持,其实就是在启动类上面加个注解就 Ok。 @SpringBootApplication@EnableSchedulingpublic class Applic