使用PageHelper分页不生效,查询出所有数据

来源:8-3 整合MyBatis - 使用pagehelper实现分页

慕粉2051555640

2018-05-21 23:32

https://img.mukewang.com/5b02e64b0001cd1008430204.jpg

https://img1.mukewang.com/5b02e64b0001361308580425.jpg

查询没有报错,但是返回所有数据。求给位老哥指教!!

写回答 关注

3回答

  • qq_宝慕林4481059
    2020-05-31 18:27:38

    pagehelper写到list上面

  • qq_凌乱的华丽_2
    2018-07-31 09:52:17

    user.setNickname("lee");注释打开试试

  • 疯狂的天使470
    2018-05-22 18:20:30

    spring-boot项目需要引用这个依赖

    <dependency>

       <groupId>com.github.pagehelper</groupId>

       <artifactId>pagehelper-spring-boot-starter</artifactId>

       <version>1.2.5</version>

    </dependency>


    疯狂的天使4... 回复慕粉2051...

    看下你的本地仓库jar包存在不

    2018-05-24 15:58:02

    共 2 条回复 >

SpringBoot开发常用技术整合

SpringBoot 极简开发的框架整合利器

102171 学习 · 508 问题

查看课程

相似问题