完成学习xxl-job

This commit is contained in:
2026-03-04 12:29:38 +08:00
parent d80a42a20d
commit b7ad9b57c6
7 changed files with 113 additions and 1 deletions

View File

@@ -113,6 +113,11 @@
<artifactId>rocketmq-spring-boot-starter</artifactId>
<version>2.3.4</version> <!-- 适配 RocketMQ 5.x建议2.2.x+ -->
</dependency>
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
<version>2.4.1</version>
</dependency>
</dependencies>
</dependencyManagement>