Skqing / mybatis-paginator

A Mybatis plugin, implementation of database paging and sorting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.8</version>
    </dependency>
 ...
</dependencies>

Thanks for rapid-framework and plum author.

About

A Mybatis plugin, implementation of database paging and sorting.