PageHelper.startPage()不生效

PageHelper.startPage()不生效?

在spring boot2.4之后,pom.xml应该由

<dependency>
       <groupId>com.github.pagehelper</groupId>
       <artifactId>pagehelper</artifactId>
</dependency>

改为

<dependency>
       <groupId>com.github.pagehelper</groupId>
       <artifactId>pagehelper-spring-boot-starter</artifactId>
</dependency>