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