Browse Source

分页插件升版本

tags/正式3.2.0
雍文秀 2 years ago
parent
commit
b521b9031d
1 changed files with 2 additions and 8 deletions
  1. 2
    8
      scommons/pom.xml

+ 2
- 8
scommons/pom.xml View File

@@ -19,17 +19,11 @@
19 19
             <artifactId>lombok</artifactId>
20 20
             <optional>true</optional>
21 21
         </dependency>
22
-        <!--分页插件-->
22
+        <!--分页插件https://github.com/pagehelper/pagehelper-spring-boot-->
23 23
         <dependency>
24 24
             <groupId>com.github.pagehelper</groupId>
25 25
             <artifactId>pagehelper-spring-boot-starter</artifactId>
26
-            <version>1.2.13</version>
27
-            <exclusions>
28
-                <exclusion>
29
-                    <artifactId>mybatis-spring-boot-starter</artifactId>
30
-                    <groupId>org.mybatis.spring.boot</groupId>
31
-                </exclusion>
32
-            </exclusions>
26
+            <version>1.4.1</version>
33 27
         </dependency>
34 28
     </dependencies>
35 29
 

Loading…
Cancel
Save