Install PageHelper Spring Boot Starter
masterTo integrate PageHelper pagination into your Spring Boot project, add the pagehelper-spring-boot-starter dependency to your pom.xml. This starter supports PageHelper 6.x.
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>4.1.1</version>
</dependency>