Skip to content

一个定时任务声明,相对Spring Schedule提供了更多的场景支持

License

Notifications You must be signed in to change notification settings

cowave5/spring-fom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Static Badge Maven central License

spring-fom

一个轻量级的任务管理,主要针对定时任务,相对Spring Schedule提供了更多的场景支持

  • 依赖
<dependency>
    <groupId>com.cowave.commons</groupId>
    <artifactId>spring-fom</artifactId>
    <version>2.7.2</version>
</dependency>