集成xxl-job

This commit is contained in:
wuyibo
2023-07-14 09:37:28 +08:00
parent 0210cfc6f3
commit a9628f681a
13 changed files with 252 additions and 0 deletions

View File

@@ -190,6 +190,11 @@
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.5.3.1</version>
</dependency>-->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>com.baidu.aip</groupId>
<artifactId>java-sdk</artifactId>