fix:定时任务相关功能完善,自测问题修复。

This commit is contained in:
tianyongbao
2024-04-28 16:53:43 +08:00
parent ec224dc992
commit a07ca6754b
18 changed files with 485 additions and 13 deletions

View File

@@ -54,7 +54,12 @@
<artifactId>springfox-swagger-ui</artifactId>
<version>${swagger.fox.version}</version>
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-api-invest</artifactId>
<version>3.6.3</version>
<scope>compile</scope>
</dependency>
<!-- Quartz -->
<dependency>
<groupId>org.quartz-scheduler</groupId>