From 15c06c7ebebdfe5134ba5ce67f0243502fa79ace Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?=
<15040126243@163.com>
Date: Tue, 29 Oct 2024 19:16:22 +0800
Subject: [PATCH] update mybatis-plus 3.5.8 => 3.5.9
---
pom.xml | 8 +++++++-
ruoyi-common/ruoyi-common-mybatis/pom.xml | 5 +++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b5d45f362..7d2e5635e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
2023.0.3
3.3.4
3.5.16
- 3.5.8
+ 3.5.9
3.9.1
4.3.1
2.3
@@ -196,6 +196,12 @@
${mybatis-plus.version}
+
+ com.baomidou
+ mybatis-plus-jsqlparser
+ ${mybatis-plus.version}
+
+
com.baomidou
mybatis-plus-annotation
diff --git a/ruoyi-common/ruoyi-common-mybatis/pom.xml b/ruoyi-common/ruoyi-common-mybatis/pom.xml
index 7fe7e3bba..77a88301a 100644
--- a/ruoyi-common/ruoyi-common-mybatis/pom.xml
+++ b/ruoyi-common/ruoyi-common-mybatis/pom.xml
@@ -32,6 +32,11 @@
mybatis-plus-spring-boot3-starter
+
+ com.baomidou
+ mybatis-plus-jsqlparser
+
+
p6spy