Springboot使用pagehelper实现分页
springboot整合pagehelper实现分页
一、导入依赖
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.1.2</version>
</dependency>
二、调用分页方法
public PageInfo findPage(@RequestP
原创
2020-11-24 11:22:17 ·
845 阅读 ·
0 评论