Skip to content

io.github.eaopen.eap-spring-boot-starter-job 2.2.0 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>io.github.eaopen</groupId>
  <artifactId>eap-spring-boot-starter-job</artifactId>
  <version>2.2.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

任务拓展
1. 定时任务,基于 Quartz 拓展
2. 异步任务,基于 Spring Async 拓展