查询没有报错,但是返回所有数据。求给位老哥指教!!
pagehelper写到list上面
user.setNickname("lee");注释打开试试
spring-boot项目需要引用这个依赖
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.2.5</version>
</dependency>