SpringBoot2.6.7如何集成分页插件com.github.pagehelper呢?
下文笔者讲述SpringBoot集成pagehelper呢?
只需将pagehelper设置为1.4.1版本即可例
将com.github.pagehelper版本修改为1.4.1 <!--分页依赖--> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>1.4.1</version> </dependency>
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。