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>

 

posted @ 2024-07-23 15:37  椰子灰  阅读(76)  评论(0)    收藏  举报