在bootstrap中引用pageHelper进行页面分页
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.1.2</version>
</dependency>
发现查询结果并没有进行分页,查资料显示在bootstrap项目中需要用到pageHelper的话需要引用:
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.2.5</version>
</dependency>

做个记录

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
猜你喜欢
  • 2021-04-30
  • 2022-12-23
  • 2021-08-30
  • 2021-11-08
  • 2021-06-04
  • 2022-01-19
  • 2022-12-23
相关资源
相似解决方案