SpringBoot + mybatis 分页查询

com.github.pagehelper.PageHelper是一款好用的开源免费的Mybatis第三方分页插件。使用的时候,只要简单配置,就可以在查询语句之后得到所需的分页信息。 1:在 pom.xml 中引入依赖项。 <!-- 分页 --> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pa
相关文章
相关标签/搜索