Mapped Statements collection does not contain value for Xxxx
程序员文章站
2022-07-15 12:23:07
...
Mapped Statements collection does not contain value for Xxxx错误
原因是: idea不会编译src的java目录的xml文件
所以解决思路就是:将IDEA maven项目中src源代码下的xml等资源文件编译进classes文件夹
具体操作方法就是:配置maven的pom文件配置,在节点下添加代码:
<build>
<resources>
<resource>
<directory>src/main/java/com/yc/dao</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
</resources>
</build>
推荐阅读
-
moven 部署Sping与mybatis时,Mapped Statements collection does not contain value for Xxxxxxxx
-
Mapped Statements collection already contains value for xxx
-
Mybatis:Mapped Statements collection does not contain value for
-
Mapped Statements collection does not contain value for Xxxx
-
Mapped Statements collection does not contain value for XXX
-
Mapped Statements collection does not contain value for
-
Mapped Statements collection does not contain value for xxx
-
[email protected]使用报错:Mapped Statements collection does not contain value for XXX
-
mybatis错误 Mapped Statements collection does not contain value for
-
Mapped Statements collection does not contain value for