From 07ed193c7d5f25ade51e02c61c6aea3e94a3bfaf Mon Sep 17 00:00:00 2001
From: BertrandC <846965381@qq.com>
Date: Mon, 19 May 2025 15:22:07 +0800
Subject: [PATCH] =?UTF-8?q?-=20=E6=89=93=E5=8C=85=E6=A8=A1=E5=9D=97?=
=?UTF-8?q?=E7=BC=BA=E5=B0=91=20pagehelper=20=E4=BE=9D=E8=B5=96=E9=97=AE?=
=?UTF-8?q?=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 1 +
sf-framework/pom.xml | 17 ++++++++++++++++-
sf-system/pom.xml | 5 +++++
3 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 17c3b93..9e3cc75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,7 @@
2.3
0.9.1
5.8.22
+ 1.4.6
diff --git a/sf-framework/pom.xml b/sf-framework/pom.xml
index 480011e..10d706a 100644
--- a/sf-framework/pom.xml
+++ b/sf-framework/pom.xml
@@ -77,13 +77,28 @@
io.springfox
springfox-boot-starter
-
+
+ org.mybatis
+ mybatis
+ 3.5.16
+
io.swagger
swagger-models
1.6.2
+
+
+ com.github.pagehelper
+ pagehelper
+ 5.1.9
+
+
+ is
+ mybatis-spring
+ 3.0.3
+
\ No newline at end of file
diff --git a/sf-system/pom.xml b/sf-system/pom.xml
index d7d76c6..10da8e0 100644
--- a/sf-system/pom.xml
+++ b/sf-system/pom.xml
@@ -26,6 +26,11 @@
com.smarterFramework
sf-file
+
+ org.mybatis
+ mybatis
+ 3.5.16
+