红联Linux门户
Linux帮助

Mybatis分页插件3.6.1发布

发布时间:2015-03-09 11:35:56来源:红联作者:empast
Mybatis分页插件 - PageHelper

如果你也在用Mybatis,建议尝试该分页插件,这一定是最方便使用的分页插件。

该插件目前支持以下数据库的物理分页:

1.Oracle

2.Mysql

3.MariaDB

4.SQLite

5.Hsqldb

6.PostgreSQL

7.DB2

8.SqlServer(2005+)

最新版本为3.6.1

Maven坐标


com.github.pagehelper
pagehelper
3.6.1


下载JAR包

分页插件pagehelper.jar:

https://oss.sonatype.org/content/repositories/releases/com/github/pagehelper/pagehelper/

http://repo1.maven.org/maven2/com/github/pagehelper/pagehelper/

由于使用了sql解析工具,你还需要下载jsqlparser.jar(这个文件完全独立,不依赖其他):

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。

来自:开源中国社区
文章评论

共有 0 条评论