Mapped Statements collection does not contain value for
最近使用maven带管理项目,采用SSM的技术栈,在配置好一些配置文件,打包部署到tomcat上,出现没有找到SpringMVC的配置文件,在查看maven打包生成的文件夹中,确实没有看到相应的xml文件。
原来需要在maven的pom.xml文件中加上
[html] view plain copy
MobileSchool-chat src/main/java **/*.xml true 这样重新打包就可以将xml打包进去了。
还没有评论,来说两句吧...