Invalid bound statement (not found)错误

都对着,为什么会报这个错呢,mapper也拿到了,为什么查询时出错呢,最后看target里编译的文件发现少了mapping,xml没编译过去。   我的目录结构:dao层都编译过去了,但mapper.xml没有,那就是编译没包含进去      解决方法:pom文件里加上就好了。(然而并没有) <build> <plugins> <plugin>
相关文章
相关标签/搜索