Cause: java.lang.ClassCastException: java.lang.String cannot be cast  to org.apache.ibatis.mapping.MappedStatement 的错误

解决:通过对出现的问题进行资料查询,发现pagehelper 4.2.0存在第一次执行正常,之后所有执行都异常的情况,将其改成pagehelper 4.2.1就可以了。

相关文章:

  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
  • 2021-08-04
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
猜你喜欢
  • 2022-12-23
  • 2022-01-03
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案