使用PageHepler分页

Posted zuoxh

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用PageHepler分页相关的知识,希望对你有一定的参考价值。

首先需要引入依赖

1 <dependency>
2             <groupId>com.github.pagehelper</groupId>
3             <artifactId>pagehelper-spring-boot-starter</artifactId>
4             <version>1.1.2</version>
5         </dependency>

然后再properties或者yml文件配置

1 pagehelper:
2   helperDialect: mysql
3   reasonable: false
4   supportMethodsArguments: true
5   params=count: countSql
PageHelper.startPage(page,size);
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.1.2</version>
</dependency>





以上是关于使用PageHepler分页的主要内容,如果未能解决你的问题,请参考以下文章

Symfony2 将哈希片段参数附加到分页 URL

片段被视图分页器布局切割

mybatis动态sql片段与分页,排序,传参的使用

FragmentStatePagerAdapter 视图分页器片段在活动重新创建后不显示

FragmentStatePagerAdapter视图分页器片段在重新创建活动后未显示

具有相同功能的活动和片段