Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 854 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 854 Bytes

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>