SpringBoots實現定時任務

SpringBoot自帶的Scheduled,可以將它看成一個輕量級的Quartz,使用起來比Quartz簡單。 使用步驟(maven 工程): 1、pom.xml引入springboot.starter包     <dependency>      <groupId>org.springframework.boot</groupId>      <artifactId>spring-boot-s
相關文章
相關標籤/搜索