其他分享
首页 > 其他分享> > org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):

作者:互联网

检查yaml文件

你看定义的mapper接口,以及 xml文件 是否在mybatis默认找的一致。默认找的是 mapper-locations: classpath*:/mapper/**/*.xml

看看你的xml文件位置

我今天把 xml文件写到了测试文件夹下面了。
在这里插入图片描述
细心,要细心。
点明批评一下。Free MyBatis plugin 我写错位置了,我还能点进去
在这里插入图片描述

标签:xml,mapper,文件,binding,bound,默认,细心,statement
来源: https://blog.csdn.net/A_java_c/article/details/118461635