update springboot 升级 2.3.10 依赖全面升级适配

This commit is contained in:
疯狂的狮子li
2021-05-14 16:58:09 +08:00
parent d2c745d3fd
commit dab99405c5
8 changed files with 250 additions and 263 deletions

View File

@ -19,8 +19,8 @@
<!-- 定时任务 -->
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-quartz</artifactId>
<exclusions>
<exclusion>
<groupId>com.mchange</groupId>