java.lang.ClassCastException: com.github.pagehelper.PageHelper cannot be cast to org.apache.ibatis.plugin.Interceptor
配置分页助手时5.0版本会自动获取方言
使用的类是
com.github.pagehelper.PageInterceptor
<!--配置分页助手插件-->
<plugins>
<plugin interceptor="com.github.pagehelper.PageInterceptor">
<!-- <property name="dialect" value="mysql"></property>-->
</plugin>
</plugins>
参考
https://blog.youkuaiyun.com/ljm15832631631/article/details/78639487
https://blog.youkuaiyun.com/zhuliliang/article/details/73650782