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

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

再在jar包中找

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

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

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

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

相关文章: