SpringBoot---MyBatis (pagehelper 分页插件使用案例)

1.pom  文件 <!-- 分页插件 --> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>1.2.12</version> </dependency> 2.application-de
相关文章
相关标签/搜索