1、项目为springboot工程
将pom文件中的依赖
com.github.pagehelper pagehelper4.1.4
此依赖不起作用
应将此依赖改为:
com.github.pagehelper pagehelper-spring-boot-starter1.2.5
使用springboot专门的pagehelper启动器。问题解决。

1、项目为springboot工程
将pom文件中的依赖
com.github.pagehelper pagehelper4.1.4
此依赖不起作用
应将此依赖改为:
com.github.pagehelper pagehelper-spring-boot-starter1.2.5
使用springboot专门的pagehelper启动器。问题解决。