Skip to content

A Mybatis plugin, implementation of database paging and sorting.

Notifications You must be signed in to change notification settings

hwx-shutter/mybatis-paginator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Mybatis plugin, implementation of database paging and sorting.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%