springboot整合mybatis分页插件PageHelper

    1 pom文件引入依赖 (注意:pagehelper版本不能过高,楼主以前用的5.0以上的版本,而后分页没有效果,浪费了两个小时才发现这个缘由)html      <!-- mybatis的分页插件 --> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifa
相关文章
相关标签/搜索