代码优化-升级springboot版本和其中的hikar连接池

This commit is contained in:
2023-01-07 15:45:20 +08:00
parent 9306f6dbe4
commit 1cfbd2d559
10 changed files with 64 additions and 184 deletions

View File

@@ -24,7 +24,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.1.RELEASE</version>
<version>2.3.12.RELEASE</version>
</parent>
<properties>
@@ -53,7 +53,7 @@
<apache.commons.version>3.3.2</apache.commons.version>
<commons-pool2.version>2.4.2</commons-pool2.version>
<oro.version>2.0.8</oro.version>
<spring-cloud.version>Greenwich.SR2</spring-cloud.version>
<spring-cloud.version>Hoxton.SR12</spring-cloud.version>
<qiniu.version>7.6.0</qiniu.version>
<nacos.config.version>0.2.2.RELEASE</nacos.config.version>
<okhttp.version>3.10.0</okhttp.version>