Browse Source

分页包升级

夏文涛 1 year atrás
parent
commit
ecd18ace1e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -218,8 +218,8 @@
 
         <dependency>
             <groupId>com.github.pagehelper</groupId>
-            <artifactId>pagehelper-spring-boot-starter</artifactId>
-            <version>1.4.2</version>
+            <artifactId>pagehelper</artifactId>
+            <version>5.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>