浏览代码

分页插件升版本

tags/正式3.2.0
雍文秀 2 年前
父节点
当前提交
b521b9031d
共有 1 个文件被更改,包括 2 次插入8 次删除
  1. 2
    8
      scommons/pom.xml

+ 2
- 8
scommons/pom.xml 查看文件

@@ -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
 

正在加载...
取消
保存