Support Mybatis version >= 3.1
Basic usage --> here
Plugin config --> here
Use in Spring+Mybatis --> spring-mybaits-template
BTW: 中文文档
Downloading from the Maven central repository
<dependencies>
...
<dependency>
<groupId>com.github.miemiedev</groupId>
<artifactId>mybatis-paginator</artifactId>
<version>1.2.17</version>
</dependency>
...
</dependencies>
Thanks for rapid-framework and plum author.