SpringBoot使用starter整合Pagehelper分页插件
在已经集成Mybatis的项目中集成分页插件Pagehelper1、在pom.xml中添加Pagehelper依赖<dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifa...