使用Mybatis通用分页插件 https://github.com/pagehelper/pagehelper-spring-boot
在pom.xml 中添加如下依赖:
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.2.5</version>
</dependency>
在application.yml 中配置参数:常用属性可以通过 IDE 自动提示
pagehelper:
reasonable: true