Pagehelper分页插件实现分页查询附源码地址

7次阅读

共计 211 个字符,预计需要花费 1 分钟才能阅读完成。

项目源码地址 :
https://gitee.com/yuanjingpen…

_
核心依赖


        <!-- pagehelper -->
        <dependency>
            <groupId>com.github.pagehelper</groupId>
            <artifactId>pagehelper-spring-boot-starter</artifactId>
            <version>1.2.5</version>
        </dependency>

图片如下:



_

正文完
 0