From dab99405c59a04b15e4401415c80a1981c2f22b5 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 14 五月 2021 16:58:09 +0800 Subject: [PATCH] update springboot 升级 2.3.10 依赖全面升级适配 --- pom.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index e5d7eb3..c67e066 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,7 @@ <properties> <ruoyi-vue-plus.version>1.0.2</ruoyi-vue-plus.version> + <spring-boot.version>2.3.10.RELEASE</spring-boot.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> @@ -41,7 +42,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>2.2.13.RELEASE</version> + <version>${spring-boot.version}</version> <type>pom</type> <scope>import</scope> </dependency> -- Gitblit v1.9.3