feat:pagehelper插件

This commit is contained in:
xiang
2025-09-23 22:41:06 +08:00
parent f86cc6ad74
commit a8e90216e8

View File

@@ -88,8 +88,8 @@
<!-- 分页插件 --> <!-- 分页插件 -->
<dependency> <dependency>
<groupId>com.github.pagehelper</groupId> <groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId> <artifactId>pagehelper-spring-boot-starter</artifactId>
<version>5.3.3</version> <version>1.4.7</version>
</dependency> </dependency>
<!-- 对象转换 --> <!-- 对象转换 -->