|
@@ -122,6 +122,12 @@
|
|
<groupId>com.github.pagehelper</groupId>
|
|
<groupId>com.github.pagehelper</groupId>
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
<version>${pagehelper.spring.boot.starter.version}</version>
|
|
<version>${pagehelper.spring.boot.starter.version}</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.mybatis</groupId>
|
|
|
|
+ <artifactId>mybatis</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<!--阿里数据库连接池 -->
|
|
<!--阿里数据库连接池 -->
|