eclipse从svn导下项目后pom文件提示web.xml is missing and <failOnMissingWebXml> is set to true

来源:互联网 发布:京东搜索优化 编辑:程序博客网 时间:2024/06/03 15:54

web.xml 已文件存在

src/main/webapp/WEB-INF/web.xml

解决方法:

右击项目——>Java EE Tools——>Generate Deployment Descriptor Stub.


阅读全文
0 0