From 525385a6c3f4645a9c4103f032c992bcea0e2af9 Mon Sep 17 00:00:00 2001 From: Zhujx Date: Fri, 17 Oct 2025 08:38:05 +0800 Subject: [PATCH] feat:mybatis-plus --- pom.xml | 1 + xservice-parent-starter/pom.xml | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 8d8f355..e7c8ecc 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ UTF-8 16.0.1 2.3.1 + 3.5.14 8.0.33 1.18.30 3.23.6 diff --git a/xservice-parent-starter/pom.xml b/xservice-parent-starter/pom.xml index 6521ce7..0fee573 100644 --- a/xservice-parent-starter/pom.xml +++ b/xservice-parent-starter/pom.xml @@ -51,12 +51,11 @@ mysql-connector-java ${mysql.version} - - + - org.mybatis.spring.boot - mybatis-spring-boot-starter - ${mybatis-spring-boot.version} + com.baomidou + mybatis-plus-boot-starter + ${mybatis-plus-spring-boot.version}