mybatis中dao接口与mapper映射配置文件在做映射绑定的时候找不到
解决方案: 在pom.xml中的build下,手动指定文件夹为resources 添加如下:
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):
原文:https://www.cnblogs.com/Listener-wy/p/14675196.html