mybatis对mysql进行分页

Mybatis对mysql数据库分页

在generator中增加插件,下载地址http://download.csdn.net/detail/shunlongjin/6937045

<plugintype="org.mybatis.generator.plugins.EqualsHashCodePlugin" />

<plugintype="org.duoku.groom.mybatis.plugin.PaginationPlugin"></plugin>

自己主动生成java对象和mapper后,能够对数据库进行分页处理,详细代码例如以下

原文地址:https://www.cnblogs.com/gcczhongduan/p/5352263.html