Spring集成PageHelper的简单用法
1、Maven依赖,注意使用PageHelper时的版本必须与Mybatis版本对应 2、需要在Mybatis的配置信息中使用PageHelper插件,mybatis-config.x ...
1、Maven依赖,注意使用PageHelper时的版本必须与Mybatis版本对应 2、需要在Mybatis的配置信息中使用PageHelper插件,mybatis-config.x ...
一. Mybatis分页插件PageHelper使用 1、不使用插件如何分页: 使用mybatis实现: 1)接口: 2)mapper.xml: ...