今天创建一个maven项目 出现如下错误:

 

web.xml is missing and <failOnMissingWebXml> is set to true

 

 

在项目视图下

web.xml is missing and <failOnMissingWebXml> is set to true[解决]_maven项目

 

右键 单击项目名 

 

选择 “Deployment Descriptor” 

选择 : Generate Deployment Descriptor Stub

web.xml is missing and <failOnMissingWebXml> is set to true[解决]_maven项目_02

产生 WEB-INF 文件夹和 web.xml 文件

 即可解决问题