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>
非常重要!!!!!

相关文章:

  • 2021-11-21
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-04
  • 2021-12-28
猜你喜欢
  • 2021-10-24
  • 2022-03-03
  • 2022-12-23
  • 2022-12-23
  • 2021-05-03
  • 2021-04-07
  • 2021-06-10
相关资源
相似解决方案