spring boot 整合 分页插件 pagehelper-spring-boot-starter-1.2.7
文章目录第一步:pagehelper 依赖第二步:ItemMapper.xml第三步:PageHelper 分页查询简单的查询业务封装的查询第一步:pagehelper 依赖<dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-sp...