From 6f023b413156fe5b58ef2933467da66396b3aab2 Mon Sep 17 00:00:00 2001
From: Kris <2893855659@qq.com>
Date: Sat, 4 Jan 2025 19:09:53 +0800
Subject: [PATCH] =?UTF-8?q?Revert=20"=E3=80=90feat=E3=80=91=E5=B9=B2?=
=?UTF-8?q?=E6=8E=89pagehelper=E5=88=86=E9=A1=B5=E6=8F=92=E4=BB=B6"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This reverts commit f75cf55cb2468c35d9ed07ead4e6e9e496cfb847.
---
czsj-common/pom.xml | 5 +++++
pom.xml | 9 +++++++++
2 files changed, 14 insertions(+)
diff --git a/czsj-common/pom.xml b/czsj-common/pom.xml
index 7dfbd00..8482ab5 100644
--- a/czsj-common/pom.xml
+++ b/czsj-common/pom.xml
@@ -40,6 +40,11 @@
spring-boot-starter-security
+
+
+ com.github.pagehelper
+ pagehelper-spring-boot-starter
+
diff --git a/pom.xml b/pom.xml
index 05b570c..213d430 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,7 @@
1.21
3.0.0
2.3.3
+ 1.4.7
2.0.53
6.1.2
2.13.0
@@ -47,6 +48,7 @@
1.2.8
2.2.2
+ 1.4.1
1.4
3.2.2
@@ -173,6 +175,13 @@
${bitwalker.version}
+
+
+ com.github.pagehelper
+ pagehelper-spring-boot-starter
+ ${pagehelper.boot.version}
+
+
com.github.oshi