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

检查下映射文件能有没有编译进来

pom.xml添加

<build>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.properties</include>
<include>**/*.xml</include>
</includes>
</resource>
</resources>
</build>
posted @ 2019-07-25 20:05  haon  阅读(174)  评论(0编辑  收藏  举报