日志清理、支付单过期处理定时任务接入xxl-job

This commit is contained in:
gaoqr
2025-11-05 11:51:42 +08:00
parent 6d159ab429
commit 86e0adb8f2
9 changed files with 35 additions and 18 deletions
@@ -114,10 +114,10 @@
</dependency>
<!-- Job 定时任务相关 -->
<!-- <dependency>
<dependency>
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-job</artifactId>
</dependency>-->
</dependency>
<!-- 消息队列相关 -->
<dependency>
@@ -304,6 +304,10 @@
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-biz-pay</artifactId>
</include>
<include>
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-job</artifactId>
</include>
</includes>
</configuration>
<executions>