pagehelper分页插件
官方网址—— https://pagehelper.github.io/
springboot对应网址—— https://github.com/pagehelper/pagehelper-spring-boot
pagehelper版本好像和jdk版本有关?
jdk:17
springboot:3
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.6</version>
</dependency>

浙公网安备 33010602011771号