Spring Boot+Mybatis+Pagehelper分页

<dependency>
    <groupId>com.github.pagehelper</groupId>
    <artifactId>pagehelper-spring-boot-starter</artifactId>
    <version>1.2.5</version>
</dependency>
#pagehelper分页插件配置
pagehelper.helperDialect=mysql
pagehelper.reasonable=true
pagehelper.supportMethodsArguments=true
pagehelper.params=count=countSql

Spring Boot+Mybatis+Pagehelper分页:

https://blog.csdn.net/qq_33624284/article/details/72828977

    原文作者:一个会写诗的程序员
    原文地址: https://www.jianshu.com/p/1f383402d876
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞