springboot 整合 pagehelper

2021-03-27 00:25

阅读:326

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

pom.xml

        com.github.pagehelper
            pagehelper-spring-boot-starter
            1.2.13

使用

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

 

springboot 整合 pagehelper

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

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


评论


亲,登录后才可以留言!