Quellcode durchsuchen

分页插件升版本

tags/正式3.2.0
雍文秀 vor 2 Jahren
Ursprung
Commit
b521b9031d
1 geänderte Dateien mit 2 neuen und 8 gelöschten Zeilen
  1. 2
    8
      scommons/pom.xml

+ 2
- 8
scommons/pom.xml Datei anzeigen

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

Laden…
Abbrechen
Speichern