当前位置: 代码迷 >> 综合 >> 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

热度:79   发布时间:2023-11-23 17:38:05.0

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

再在jar包中找



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


  相关解决方案