码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot+MyBatis+PageHelper分页无效

时间:2019-08-01 14:22:46      阅读:87      评论:0      收藏:0      [点我收藏+]

标签:end   ring   分页   boot   配置   version   插件   spring   tis   

POM.XML中的配置如下:
<!-- 分页插件 -->
<!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.1.10</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-autoconfigure</artifactId>
<version>1.2.5</version>
</dependency>
非常重要!!!!!

SpringBoot+MyBatis+PageHelper分页无效

标签:end   ring   分页   boot   配置   version   插件   spring   tis   

原文地址:https://www.cnblogs.com/gigi2653/p/11282046.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!