Mybatis分页插件 - PageHelper [COLOR=rgba(0, 0, 0, 0.8)]如果你也在用Mybatis,建议尝试该分页插件,这一定是最方便使用的分页插件。[/COLOR] [COLOR=rgba(0, 0, 0, 0.8)]该插件目前支持以下数据库的物理分页:[/COLOR] Oracle Mysql MariaDB SQLite Hsqldb PostgreSQL DB2 SqlServer(2005+) 最新版本为3.6.1 [COLOR=rgba(0, 0, 0, 0.8)]Maven坐标[/COLOR] <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>3.6.1</version> </dependency> [COLOR=rgba(0, 0, 0, 0.8)]下载JAR包[/COLOR] [COLOR=rgba(0, 0, 0, 0.8)]分页插件pagehelper.jar:[/COLOR] https://oss.sonatype.org/content/repositories/releases/com/github/pagehelper/pagehelper/ http://repo1.maven.org/maven2/com/github/pagehelper/pagehelper/ [COLOR=rgba(0, 0, 0, 0.8)]由于使用了sql解析工具,你还需要下载jsqlparser.jar(这个文件完全独立,不依赖其他):[/COLOR] http://repo1.maven.org/maven2/com/github/jsqlparser/jsqlparser/0.9.1/ http://git.oschina.net/free/Mybatis_PageHelper/attach_files 3.6.1更新日志: 解决select distinct导致count查询结果不正确的bug#35 完善测试 项目基本已经稳定,欢迎各位提交bug。 Mybatis 分页插件 3.6.1 发布下载地址