PageHelper分页失效缘由之一

基础pom管理文件中引了依赖git

<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.2.12</version>
</dependency>github

到项目中还单独引依赖spring

<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.1.10</version>
</dependency>

只需在项目中引spring-boot

<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
</dependency>it

so,踩坑了- -io

相关文章
相关标签/搜索