java.lang.ClassCastException: com.github.pagehelper.PageHelper cannot be cast to org.apache.ibatis.p运行报这个错误 感谢这个博主 直接解决问题啦
https://blog.csdn.net/qq_45693287/article/details/107416301
Mybatis核心配置文件改成:
<!--配置分页助手插件-->
<plugins>
<plugin interceptor="com.github.pagehelper.PageInterceptor"></plugin>
</plugins>