Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 815 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 815 Bytes

Support Mybatis version >= 3.1

Basic usage --> here

Plugin config --> here

Use in Spring+Mybatis --> spring-mybaits-template

Downloading from the Maven central repository

<dependencies>
  ...
    <dependency>
        <groupId>com.github.miemiedev</groupId>
        <artifactId>mybatis-paginator</artifactId>
        <version>1.2.5</version>
    </dependency>
 ...
</dependencies>

Thanks for rapid-framework and plum author.