标签:文档 源码 art and bat text pom 免费 com
PageHelper 是一款开源免费的Mybatis 物理分页插件。PageHelper 插件可以方便地实现物理
PageHelper 使用非常简单, 首先, 在项目的pom.xml 文件添加PageHelper 依赖包,具体代 码如下所示:
依赖添加完成之后,在applicationContext.xml 配置文件中添加PageHelper 相关配置, 具体 代码如下:
PageHelper 使用非常简单, 在需要进行分页的Mybatis 方法前调用PageHelp er.startPage 静 态方法即可, 紧跟在这个方法后的第一个Mybatis 查询方法会被进行分页,然后分页插件会把 分页信息封装到Pagelnfo 中。Pagelnfo 包含了非常全面的分页属性, Pagelnfo 具体源码如下 所示:
标签:文档 源码 art and bat text pom 免费 com
原文地址:https://www.cnblogs.com/kinglead/p/10979595.html