初写Java
后端项目,使用 PageHelper
分页时调试发现,当 page
超过最大页数时,返回的一直时最后一页的数据,查询PageHelper
文档(https://pagehelper.github.io/docs/howtouse/)才发现需要配置一下参数。官方文档如下:
在项目
application.properties
文件中配置pagehelper.reasonable=false
配置参数
初写Java
后端项目,使用 PageHelper
分页时调试发现,当 page
超过最大页数时,返回的一直时最后一页的数据,查询PageHelper
文档(https://pagehelper.github.io/docs/howtouse/)才发现需要配置一下参数。官方文档如下:
application.properties
文件中配置pagehelper.reasonable=false
本文标题:SpringBoot 整合PageHelper分页 ,超过最大页
本文链接:https://www.haomeiwen.com/subject/fohcwltx.html
网友评论