springboot 使用 Pagehlper插件

文章目录


官网

第一步导入依赖

<!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper-spring-boot-starter -->
        <dependency>
            <groupId>com.github.pagehelper</groupId>
            <artifactId>pagehelper-spring-boot-starter</artifactId>
            <version>1.3.0</version>
        </dependency>

第二步:ymal 写入配置:

pagehelper:
  helper-dialect: mysql
    reasonable: true
    support-methods-arguments: true
    params: count=countSql

剩下的就是基本操作了
不知道怎么搞 官网
springboot 使用 Pagehlper插件

上一篇:Mysql 5.6.17-win64.zip配置


下一篇:扩展