升级spring-boot到最新版本3.5.8

This commit is contained in:
RuoYi
2025-12-12 11:21:39 +08:00
parent 26cbad9b5f
commit ee3e926985
2 changed files with 9 additions and 7 deletions

View File

@@ -21,12 +21,6 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<exclusions>
<exclusion>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- 通用工具-->