|
@@ -33,12 +33,23 @@
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
</dependency>
|
|
|
-<!-- <!– pagehelper 分页插件 –>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.github.pagehelper</groupId>-->
|
|
|
-<!-- <artifactId>pagehelper-spring-boot-starter</artifactId>-->
|
|
|
-<!-- <version>2.0.0</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
+ <!-- pagehelper 分页插件 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.github.pagehelper</groupId>
|
|
|
+ <artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
+ <version>2.0.0</version>
|
|
|
+ <!-- 去除mybatis依赖 -->
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.mybatis</groupId>
|
|
|
+ <artifactId>mybatis</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>jsqlparser</artifactId>
|
|
|
+ <groupId>com.github.jsqlparser</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>com.baomidou</groupId>-->
|
|
|
<!-- <artifactId>mybatis-plus</artifactId>-->
|