问答详情
源自:8-3 整合MyBatis - 使用pagehelper实现分页

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

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

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

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

提问者:慕粉2051555640 2018-05-21 23:32

个回答

  • 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>