新的文档地址:https://pagehelper.github.io
物理寻呼
PageHelper支持以下数据库:
Oracle
Mysql
MariaDB
SQLite
Hsqldb
PostgreSQL
DB2
SqlServer(2005,2008)
Informix
H2
SqlServer2012
Derby
要使用PageHelper,您只需要在类路径中
包含 pagehelper-xxxjar 和jsqlparser-0.9.5.jar文件(可以点击下载)。
如果您使用Maven只需将以下依赖项添加到您的pom.xml中:
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.0.3</version>
</dependency>