mybatis invalid bound statement (not found)

Spring boot + Mybatis : Invalid bound statement (not found)

如果只在启动类上配置@MapperScan注解,默认只扫描和mapper接口同名的xml文件
如有mapper接口名字和xml名字不一样的情况,需扫描任意名字的xml需要配置如下

#application.properties
mybatis.mapper-locations=classpath*:com/xx/xxx/*.xml

如果你不是这个问题 有使用maven的话,可能是编译的时候xml资源没有打进来

enter image description here

posted @ 2019-01-09 15:42  这谁顶着住啊  阅读(210)  评论(0编辑  收藏  举报