Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 831 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 831 Bytes

Build Status Static Badge Maven central License

schedule-fom

定时任务管理,相对于Spring Schedule提供了更多的功能支持

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