解决:Error parsing SQL Mapper Configuration. Cause: java.lang.ClassCastException: com.github.pagehelpe

原因:pagehelper插件版本与mybatis版本相差过大。

解决:将pom文件中,version标签删除版本号,按空格,选择低版本的pagehelper

你可能感兴趣的:(java,sql,mybatis)