美文网首页
Mybatis PageHelper 分页不起作用

Mybatis PageHelper 分页不起作用

作者: 啊猪啊 | 来源:发表于2019-01-09 14:37 被阅读0次

之前项目中用到的是

<!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper -->
<dependency>
    <groupId>com.github.pagehelper</groupId>
    <artifactId>pagehelper</artifactId>
    <version>5.1.2</version>
</dependency>

改成

<!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper-spring-boot-starter -->
<dependency>
    <groupId>com.github.pagehelper</groupId>
    <artifactId>pagehelper-spring-boot-starter</artifactId>
    <version>1.2.5</version>
</dependency>

相关文章

网友评论

      本文标题:Mybatis PageHelper 分页不起作用

      本文链接:https://www.haomeiwen.com/subject/hnxgrqtx.html