标签: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());
标签:artifact color sel help pid channels 使用 depend star
原文地址:https://www.cnblogs.com/chenyanbin/p/13678242.html