1.pom文件 2.application.xml 本项目数据库为oracle 3.使用 注意:Result实体类和输入实体都需要继承BaseEntity
<!--pagehelper --> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>1.2.5</version> </dependency>
# PageHelper分页插件 pagehelper: helperDialect: oracle reasonable: true supportMethodsArguments: true params: count=countSql
public Result<*>(*VO *VO) { Result<*> resultVO = new Result<>(); // 分页 Page page = new Page(); if (!CommonUtil.isEmpty(*VO.getPageNum()) && !CommonUtil.isEmpty(*VO.getPageSize())) { page = PageHelper.startPage(*VO.getPageNum(), *VO.getPageSize()); resultVO.setPageNum(*VO.getPageNum()); resultVO.setPageSize(*VO.getPageSize()); } // ASC是根据id 正向排序,DESC是反向排序 if (!CommonUtil.isEmpty(*VO.getOrder())) { PageHelper.orderBy(*VO.getOrder()); } // 业务查询 只有这一句是业务查询!!! List<*VO> result = *Service.query(*VO); // 分页总数封装 Long total = page.getTotal(); resultVO.setTotal(total); // 实体封装 resultVO.setData(result ); return resultVO; }
public class *VO extends BaseEntity
public class BaseEntity { /** * 页码 */ private Integer pageNum; /** * 条数 */ private Integer pageSize; /** * 返回总数 */ private Long total; /** * 排序字段 */ private String order; /** * 数据权限 */ private String dataScope; }
本网页所有视频内容由 imoviebox边看边下-网页视频下载, iurlBox网页地址收藏管理器 下载并得到。
ImovieBox网页视频下载器 下载地址: ImovieBox网页视频下载器-最新版本下载
本文章由: imapbox邮箱云存储,邮箱网盘,ImageBox 图片批量下载器,网页图片批量下载专家,网页图片批量下载器,获取到文章图片,imoviebox网页视频批量下载器,下载视频内容,为您提供.
阅读和此文章类似的: 全球云计算