From 5831534ed3198229d5fa79c28c6ddc30e35336a2 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 28 Dec 2024 17:22:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8D=87=E7=BA=A7=E3=80=91mybatis-plu?= =?UTF-8?q?s=20from=203.5.8=20to=203.5.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-dependencies/pom.xml | 11 ++++++++--- .../yudao-spring-boot-starter-mybatis/pom.xml | 4 ++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml index e834682a05..187a69093d 100644 --- a/yudao-dependencies/pom.xml +++ b/yudao-dependencies/pom.xml @@ -22,9 +22,9 @@ 2.7.0 4.6.0 - 1.2.23 - 3.5.16 - 3.5.8 + 1.2.24 + 3.5.17 + 3.5.9 4.3.1 1.4.13 3.0.6 @@ -180,6 +180,11 @@ mybatis-plus-spring-boot3-starter ${mybatis-plus.version} + + com.baomidou + mybatis-plus-jsqlparser + ${mybatis-plus.version} + com.baomidou mybatis-plus-generator diff --git a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml index 1f04e4a635..1f3c9144bf 100644 --- a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml +++ b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml @@ -72,6 +72,10 @@ com.baomidou mybatis-plus-spring-boot3-starter + + com.baomidou + mybatis-plus-jsqlparser + com.baomidou dynamic-datasource-spring-boot3-starter