添加XXLjob组件和定时任务触发接口

This commit is contained in:
zhangfan
2024-12-17 17:09:05 +08:00
parent f0171e1597
commit c9efc86c16
2 changed files with 37 additions and 0 deletions

View File

@@ -120,6 +120,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>
<build>