springboot定时触发器_springboot 定时任务条件触发器-CSDN博客

网站介绍:文章浏览阅读760次。1.启动类加上@EnableScheduling注解开启定时任务@EnableScheduling@SpringBootApplication@Component("com.pwd")@ServletComponentScan("com.pwd")public class StartApp { public static void main(String[] args) { SpringApplication.run(StartApp.class, args); _springboot 定时任务条件触发器