[scheduler] 初步完成周期任务调度器编码

This commit is contained in:
tomsun28
2021-11-12 16:06:08 +08:00
parent 3a50946939
commit b1ff63883d
12 changed files with 208 additions and 25 deletions

View File

@@ -24,6 +24,7 @@
<slf4j.version>1.7.21</slf4j.version>
<xml.bind.version>2.3.0</xml.bind.version>
<lombok.version>1.18.20</lombok.version>
<swagger.version>3.0.0</swagger.version>
<!-- Test 3rd-party dependencies: -->
<junit.version>5.7.0</junit.version>
<easymock.version>4.0.2</easymock.version>
@@ -44,6 +45,11 @@
<artifactId>jaxb-api</artifactId>
<version>${xml.bind.version}</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>${swagger.version}</version>
</dependency>
</dependencies>
</dependencyManagement>