From 07e49ea98f460f01bf16ed9dec79ff1f840b8ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=B0=B8=E6=98=A5?= Date: Sun, 7 Dec 2025 17:48:41 +0800 Subject: [PATCH] feat: replace mybatis-plus to mybatis-flex --- dolphin-commons/dolphin-common-mybatis/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dolphin-commons/dolphin-common-mybatis/pom.xml b/dolphin-commons/dolphin-common-mybatis/pom.xml index 822469d..b3216c5 100644 --- a/dolphin-commons/dolphin-common-mybatis/pom.xml +++ b/dolphin-commons/dolphin-common-mybatis/pom.xml @@ -30,7 +30,7 @@ mybatis-spring-boot-starter - com.jiangyc + day.gitlab mybatis-flex-spring-boot4-starter diff --git a/pom.xml b/pom.xml index 9b3cc98..a38bf5c 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ ${mybatis-spring.version} - com.jiangyc + day.gitlab mybatis-flex-spring-boot4-starter ${mybtis-flex.version}