From cfb161b7804e075d4846543f99b6eef2efb26b61 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Sat, 10 Aug 2024 00:36:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0mybatis-plus?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E5=90=AF=E5=8A=A8=E5=99=A8=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- src/main/resources/mapper/UserMapper.xml | 0 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 src/main/resources/mapper/UserMapper.xml diff --git a/pom.xml b/pom.xml index f41ede9..8dccd99 100644 --- a/pom.xml +++ b/pom.xml @@ -48,8 +48,8 @@ com.tangzc - mybatis-plus-ext-boot-starter - 3.5.5-EXT560 + mybatis-plus-ext-spring-boot3-starter + 3.5.7-EXT691 com.mysql diff --git a/src/main/resources/mapper/UserMapper.xml b/src/main/resources/mapper/UserMapper.xml deleted file mode 100644 index e69de29..0000000 From 38447a24dbc095a542c089111c8ef48a1fcb02a2 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Sat, 10 Aug 2024 00:43:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0mybatis-plus?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E5=90=AF=E5=8A=A8=E5=99=A8=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/top/suyiiyii/sims/SimsApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/top/suyiiyii/sims/SimsApplication.java b/src/main/java/top/suyiiyii/sims/SimsApplication.java index b5d5093..2ad1700 100644 --- a/src/main/java/top/suyiiyii/sims/SimsApplication.java +++ b/src/main/java/top/suyiiyii/sims/SimsApplication.java @@ -1,6 +1,6 @@ package top.suyiiyii.sims; -import com.tangzc.mpe.autotable.EnableAutoTable; +import com.tangzc.autotable.springboot.EnableAutoTable; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @EnableAutoTable