From c53c1ae11cf5739d443a71dc8f07999dfe724f5e Mon Sep 17 00:00:00 2001 From: D <3066417822@qq.com> Date: Tue, 9 Jan 2024 09:58:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=A0=E4=B8=BAspringboot3.2.x=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=8F=82=E6=95=B0=E8=A7=A3=E6=9E=90=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=8E=B7=E5=8F=96=E8=B7=AF=E5=BE=84=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=90=8D=EF=BC=8C=E6=89=80=E4=BB=A5=E6=9A=82=E6=97=B6?= =?UTF-8?q?=E5=9B=9E=E9=80=80=E5=88=B03.1.x=E7=9A=84=E6=9C=80=E9=AB=98?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 27 ++++++++++++++++++++++++--- ruoyi-common/pom.xml | 2 -- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 6fd7e9c..2f3d0c7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.ruoyi @@ -31,6 +32,8 @@ 0.9.1 4.3.0 3.0.3 + 3.5.15 + 3.5.5 @@ -41,7 +44,7 @@ org.springframework.boot spring-boot-dependencies - 3.2.0 + 3.1.7 pom import @@ -52,6 +55,24 @@ ${mybatis-spring-boot.version} + + org.mybatis + mybatis + ${mybatis.version} + + + + com.baomidou + mybatis-plus-boot-starter + + + org.mybatis + mybatis-spring + + + ${mybatis-plus-boot-starter.version} + + javax.xml.bind jaxb-api @@ -227,7 +248,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.11.0 ${java.version} ${java.version} diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 29aa440..820067e 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -134,13 +134,11 @@ org.mybatis mybatis - 3.5.13 com.baomidou mybatis-plus-boot-starter - 3.5.3.1