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

@ -49,6 +49,12 @@
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- SpringBoot 校验框架 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!-- 阿里数据库连接池 -->
<dependency>
<groupId>com.alibaba</groupId>