TA贡献1853条经验 获得超9个赞
@EnableScheduling//@EnableScheduling注解来开启对计划任务的支持
在要定时任务的类上写@component (pojo实例化到spring容器中,相当于配置文件中的<bean id="" class=""/>);
@Scheduled(fixedDelay = 5000)在要定时执行的方法上写@Scheduled(fixedRate=毫秒数)。
测试结果
SpringBoot 趣味私房课
¥ 58.00
举报