![java.lang.ClassCastException: com.github.pagehelper.PageHelper cannot be cast to org.apache.ibatis.plugin.Interceptor](http://www.codingwhy.com/templates/dux_codingwhy/static/image/no_pic.jpg)
java.lang.ClassCastException: com.github.pagehelper.PageHelper cannot be cast to org.apache.ibatis.plugin.Interceptor
今天,把java项目里的MyBatis分页插件版本升级了下,之前是pagehelper3.4,我换成了最新的5.1.11,启动项目就报错了,具体报错如下Caused by: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: java.lang.ClassCastException: com.github.pag...