fix:修复mp和分页插件的冲突

This commit is contained in:
Xiang
2026-03-20 10:55:10 +08:00
parent 5ab68d0e2f
commit e5357a5f70

13
pom.xml
View File

@@ -26,7 +26,6 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<encoding>UTF-8</encoding>
<guava.version>16.0.1</guava.version>
<mybatis-spring-boot.version>2.3.1</mybatis-spring-boot.version>
<mybatis-plus-spring-boot.version>3.5.14</mybatis-plus-spring-boot.version>
<mysql.version>8.0.33</mysql.version>
<lombok.version>1.18.30</lombok.version>
@@ -114,12 +113,12 @@
<version>2.18.0</version>
</dependency>
<!-- 分页插件 -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.7</version>
</dependency>
<!-- 分页插件 与mp冲突 mp3.5.14需要新版本 而pagehelper的插件使用的是老版本的mybatis -->
<!-- <dependency>-->
<!-- <groupId>com.github.pagehelper</groupId>-->
<!-- <artifactId>pagehelper-spring-boot-starter</artifactId>-->
<!-- <version>1.4.7</version>-->
<!-- </dependency>-->
<!-- 对象转换 -->
<dependency>