美文网首页
SpringBoot 整合PageHelper分页 ,超过最大页

SpringBoot 整合PageHelper分页 ,超过最大页

作者: jxnk25 | 来源:发表于2021-09-02 16:32 被阅读0次

    初写Java后端项目,使用 PageHelper 分页时调试发现,当 page 超过最大页数时,返回的一直时最后一页的数据,查询PageHelper文档(https://pagehelper.github.io/docs/howtouse/)才发现需要配置一下参数。官方文档如下:

    官方文档
    在项目application.properties文件中配置pagehelper.reasonable=false
    配置参数

    相关文章

      网友评论

          本文标题:SpringBoot 整合PageHelper分页 ,超过最大页

          本文链接:https://www.haomeiwen.com/subject/fohcwltx.html