SpringBoot+MyBatis+PageHelper分页无效
Posted gigi2653
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot+MyBatis+PageHelper分页无效相关的知识,希望对你有一定的参考价值。
POM.XML中的配置如下:
<!-- 分页插件 -->
<!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.1.10</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-autoconfigure</artifactId>
<version>1.2.5</version>
</dependency>
非常重要!!!!!
以上是关于SpringBoot+MyBatis+PageHelper分页无效的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot使用·下篇(SpringBoot集成MyBatis+日志打印+MyBatis-plus)
SpringBoot 整合其他框架 -- SpringBoot整合Mybatis
springboot.springboot用最简单的方式整合mybatis
yml的mybatis的sql查看;Mybatis+Springboot 控制台查看日志,Mybatis结合springboot打印日志
企业分布式微服务云SpringCloud SpringBoot mybatis (十三)Spring Boot整合MyBatis