小白的springboot之路(十五)、mybatis的PageHelper分页插件使用

  用mybatis,那么分页必不可少,基本都是用PageHelper这个分页插件,好用方便;

1、实现   1.1、添加依赖:

<!-- 3、集成 mybatis pagehelper--> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>1.2.10</version> </dependency>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgddwz.html