集成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

@@ -96,6 +96,10 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
</dependency>
</dependencies>
<build>