perf: 升级 Spring Boot 版本至2.6.6,升级 druid 版本至 1.2.19
This commit is contained in:
parent
3d5f6646c4
commit
15599f8f6e
@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.6.4</version>
|
||||
<version>2.6.6</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
@ -34,7 +34,7 @@
|
||||
<java.version>1.8</java.version>
|
||||
<swagger.version>2.9.2</swagger.version>
|
||||
<fastjson.version>1.2.83</fastjson.version>
|
||||
<druid.version>1.2.11</druid.version>
|
||||
<druid.version>1.2.19</druid.version>
|
||||
<commons-pool2.version>2.11.1</commons-pool2.version>
|
||||
</properties>
|
||||
|
||||
@ -114,6 +114,7 @@
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>8.0.31</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
@ -142,7 +143,6 @@
|
||||
<version>1.9.7</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!--lombok插件-->
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user