Mapped Statements collection does not contain value for XXX
程序员文章站
2022-07-15 12:23:01
...
今天的bug是Mapped Statements collection does not contain value for xxx
意思“是映射的语句集合不包含XXX”。
思考:
- 没写映射文件
- 映射文件与接口名字不同
- 映射文件与接口中的方法名字不同
- 映射文件和接口是否编译到target中
解决:在pom.xml中添加配置
<build>
<finalName>mybatis</finalName>
<!--解决找不到xml文件的问题-->
<resources>
<resource>
<directory>${basedir}/src/main/java</directory>
<includes>
<include>**/*Mapper.xml</include>
</includes>
</resource>
</resources>
</build>
${basedir}
为MAVEN内置变量不需要修改
推荐阅读
-
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