定时任务测试

This commit is contained in:
dxc
2021-09-17 13:37:51 +08:00
parent d8654ffc0b
commit 19ceaf20d9
4 changed files with 327 additions and 3 deletions

22
pom.xml
View File

@ -27,8 +27,16 @@
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-attachment-sdk</artifactId>
</dependency>
<dependency>
<!-- xxl-job-core -->
<dependency>
<groupId>cn.chinaunicom.sdsi</groupId>
<artifactId>mall-xxljob-core</artifactId>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-apollo-starter</artifactId>
</dependency>
@ -93,7 +101,11 @@
<scope>system</scope>
<systemPath>${basedir}/lib/aspose-words-16.8.0-jdk16.jar</systemPath>
</dependency>
<dependency>
<groupId>cn.chinaunicom.sdsi</groupId>
<artifactId>mall-xxljob-core</artifactId>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-tools</artifactId>
@ -130,6 +142,10 @@
<id>com.e-iceblue</id>
<url>http://repo.e-iceblue.cn/repository/maven-public/</url>
</repository>
<repository>
<id>maven-virtual</id>
<url>http://ccp.tianti.tg.unicom.local/artifactory/maven-virtual</url>
</repository>
</repositories>
<build>