Spring Boot+Mybatis+Pagehelper分页

作者: 光剑书架上的书 | 来源:发表于2018-05-21 17:21 被阅读210次
    <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

    相关文章

      网友评论

      本文标题:Spring Boot+Mybatis+Pagehelper分页

      本文链接:https://www.haomeiwen.com/subject/rdrqjftx.html