Spingboot+Mybatis优化 --- pagehelper分页插件第一步:pom文件引入依赖第二步:创建配置类3.编写接口文档
第一步:pom文件引入依赖 <!-- 分页插件 --> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper