第19章—后端分页(PageHelper)
spring boot 系列学习记录: http://www.cnblogs.com/jinxiaohang/p/8111057.html 码云源码地址: https://gitee.com/jinxiaohang/springboot PageHelper开源分页工具: https://gitee.com/free/Mybatis_PageHelper https://github.com/pagehelper/Mybatis-PageHelper 本次练习在之前 第04章—整合Mybatis 基础上进行,这里只进行简单使用,详细请参考官方文档 一、添加依赖 专门为了集成springboot设计的,使用起来很方便,建议使用。 < dependency > < groupId > com.github.pagehelper </ groupId > < artifactId > pagehelper-spring-boot-starter </ artifactId > < version > 1.2.3 </ version > </ dependency > 如果使用以下集成springboot比较麻烦,本次不使用,所以采用上面的依赖进行实现。 < dependency > < groupId > com.github.pagehelper <