新增:pbs服务集成xxljob

This commit is contained in:
yangyang01000846
2026-01-18 22:59:46 +08:00
parent 4c12c8e5c3
commit edc8ed2980
8 changed files with 269 additions and 47 deletions

View File

@@ -303,6 +303,14 @@
<artifactId>hutool-all</artifactId>
<version>5.8.38</version>
</dependency>
<!-- XXL-JOB 核心依赖 -->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
<version>3.3.2</version>
</dependency>
</dependencies>
<build>
<plugins>