解决Invalid bound statement (not found)的异常

出现这种情况的原因总归就2点

1、路径不对

2、名字不对

反正结果就是找不到,那我们就按照这个思路来排错,当然也有可能是把Mapper.xml放在resources中但是忘记配置路径

mybatis-plus:
  mapper-locations: classpath*:mapper/*Mapper.xml

这也是上面的第1中情况

posted @ 2019-12-07 16:25  MartialWorldFish  阅读(296)  评论(0编辑  收藏  举报