An attempt was made to call a method that does not exist. The attempt was made from the following location: com.bao

动态 未结 0 149
小小草
小小草 LV1 2023年9月23日 23:40 发表
这个错误通常是因为Mybatis-Plus版本与Mybatis版本不兼容导致的。可能是Mybatis-Plus版本过高,而你使用的Mybatis版本过低。 解决方法: 1. 确认Mybatis-Plus和Mybatis的版本兼容性。可以在Mybatis-Plus官方文档中查看版本兼容性表格,选择合适的版本进行使用。 2. 如果版本兼容性没有问题,可以尝试清除Maven或Gradle的缓存,重新构建项目。有时候缓存会导致依赖冲突或版本不一致的问题。 3. 如果以上方法都无法解决问题,可以考虑升级或降级Mybatis-Plus或Mybatis的版本,直到找到一个兼容的版本组合。 另外,如果你使用的是Spring Boot集成了Mybatis-Plus,可以尝试在`application.properties`或`application.yml`文件中添加以下配置: ``` mybatis.mapper-locations=classpath*:mapper/**/*.xml ``` 这个配置可以让Mybatis-Plus自动扫描并加载Mapper接口对应的XML文件,避免手动配置XML文件路径时出现错误。
收藏(0)  分享
相关标签: 智能问答
问题没解决?让AI助手帮你作答 AI助手
0个回复
  • 消灭零回复