pom.xml依赖添加(Mavenrepository真好用!)
com.github.pagehelper
pagehelper
5.2.0
问题发现
mybatis文件配置
org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: java.lang.ClassCastException: class com.github.pagehelper.PageHelper cannot be cast to class org.apache.ibatis.plugin.Interceptor (com.github.pagehelper.PageHelper and org.apache.ibatis.plugin.Interceptor are in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @2d4662fc)
问题解决
参考
SSM中使用PageHelper分页插件,简单到位_抓王子得贼的博客-CSDN博客_ssm分页插件



