摘要: 1.SpringBoot使⽤用注解⽅方式开启定时任务 @SpringBootApplication @ServletComponentScan //启动类⾥里里⾯面 @EnableScheduling开启定时任务,⾃自动扫描 @EnableScheduling public class Demo00 阅读全文
posted @ 2021-04-25 11:47 o小兵o 阅读(107) 评论(0) 推荐(0) 编辑