<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>${pagehelper-boot-version}</version>
<exclusions>
<exclusion>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
</exclusion>
<exclusion>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
</exclusion>
</exclusions>
</dependency>
防止mybatis plus和pagehelper产生mybatis版本冲突
最新推荐文章于 2024-08-06 14:47:03 发布
本文介绍了如何在Spring Boot项目中使用PageHelper时,正确地排除mybatis及其Spring模块,以避免重复和冲突。
5585

被折叠的 条评论
为什么被折叠?



