com.github.pagehelper.PageHelper cannot be cast to org.apache.ibatis.plugin.Interceptor

出现这个问题可以查看pagehelper5的jar包,可以发现com.github.pagehelper.PageHelper这个类没有继承interceptor

再在jar包中找



发现这个是继承interceptor的 在mybatis-config.xml中配置如下就不会出错了



版权声明:本文为qq_37759106原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。