springboot项目分页查询

(1)添加依赖 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>1.2.3</version> </dependency> (2)具体思想 ①声明一个类PageRequest,这个类含有
相关文章
相关标签/搜索