• spring boot 定时器配置

    spring boot 定时器配置

    1、首先在主类上加@EnableScheduling注解 2、在应用类上加@Scheduled注解,同时记得添加spring的组件注解@Component,不然无法成功...