使用 com.github.pagehelper 分页插件 出现上述的错误大致意思就是类型转换错误
使用的是 spring boot 项目要以加载下面的依赖:

<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.6</version>
</dependency>
本文描述了在SpringBoot项目中集成com.github.pagehelper分页插件时遇到的类型转换错误,并提供了可能的解决方案或排查步骤。
使用 com.github.pagehelper 分页插件 出现上述的错误大致意思就是类型转换错误
使用的是 spring boot 项目要以加载下面的依赖:

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

被折叠的 条评论
为什么被折叠?