# mybatis-paginator **Repository Path**: ryantech/mybatis-paginator ## Basic Information - **Project Name**: mybatis-paginator - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2013-10-03 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Support Mybatis version >= 3.1 Basic usage --> [here](https://github.com/miemiedev/mybatis-paginator/blob/master/src/test/java/com/github/miemiedev/mybatis/paginator/PaginatorTester.java) Plugin config --> [here](https://github.com/miemiedev/mybatis-paginator/blob/master/src/test/resources/mybatis-config.xml) Use in Spring+Mybatis --> [spring-mybaits-template](https://github.com/miemiedev/spring-mybaits-template) Downloading from the Maven central repository ```xml ... com.github.miemiedev mybatis-paginator 1.2.7 ... ``` Thanks for [rapid-framework](https://code.google.com/p/rapid-framework) and [plum](https://github.com/yfyang/plum) author.