增加定时任务检查订单是否逾期

This commit is contained in:
2025-08-10 19:30:05 +08:00
parent 287ee6d268
commit 0160f324ea
8 changed files with 190 additions and 62 deletions

11
pom.xml
View File

@ -227,6 +227,17 @@
<artifactId>fastjson</artifactId>
<version>1.2.83</version>
</dependency>
<dependency>
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-spring</artifactId>
<version>4.44.0</version>
</dependency>
<dependency>
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-provider-redis-spring</artifactId>
<version>4.44.0</version>
</dependency>
</dependencies>
<!-- Build Configuration -->