码迷,mamicode.com
首页 > 编程语言 > 详细

springboot 整合 pagehelper

时间:2020-09-18 02:53:05      阅读:50      评论:0      收藏:0      [点我收藏+]

标签:artifact   color   sel   help   pid   channels   使用   depend   star   

pom.xml

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

使用

 int start=1;
        int end=10;
        PageHelper.startPage(start,end);
        List<ChannelSalerDTO> channelSalerDTOS = channelSalerMapper.selectAllSalerByPage(new ChannelSalerDTO());

 

springboot 整合 pagehelper

标签:artifact   color   sel   help   pid   channels   使用   depend   star   

原文地址:https://www.cnblogs.com/chenyanbin/p/13678242.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!