From 919ae58b1008cca0056c8990efd47e268ffd25bd Mon Sep 17 00:00:00 2001 From: zhangjf Date: Tue, 17 Feb 2026 16:12:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8mybatis-plus-spring-bo?= =?UTF-8?q?ot3-starter=E5=85=BC=E5=AE=B9Spring=20Boot=203.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fund-cust/pom.xml | 3 ++- fund-proj/pom.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fund-cust/pom.xml b/fund-cust/pom.xml index 44dcb82..d00586e 100644 --- a/fund-cust/pom.xml +++ b/fund-cust/pom.xml @@ -24,9 +24,10 @@ org.springframework.boot spring-boot-starter-web + com.baomidou - mybatis-plus-boot-starter + mybatis-plus-spring-boot3-starter 3.5.5 diff --git a/fund-proj/pom.xml b/fund-proj/pom.xml index d048a8f..20384de 100644 --- a/fund-proj/pom.xml +++ b/fund-proj/pom.xml @@ -24,9 +24,10 @@ org.springframework.boot spring-boot-starter-web + com.baomidou - mybatis-plus-boot-starter + mybatis-plus-spring-boot3-starter 3.5.5