关于使用maven创建web项目pom.xml中出现错误web.xml is missing and <failOnMissingWebXml> is set to true

错误提示: web.xml is missing and <failOnMissingWebXml> is set to true   意思就是,web项目需要一个web.xml文件,而你通过maven的 创建是没有web.xml,所以需要自己手动生成 解决: 步骤如下: (1) 找到报错的项目,右击properties属性------project Facets---->将Dynamic Web
相关文章
相关标签/搜索