IDEA Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executin

一、错误信息 :Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode)

二、错误分析:

     按照错误信息的意思是没有找到部署描述符web.xml,通常maven项目的网站根目录为“webapp”,目录结构为app-web\src\main\webapp,

不过我用的IntelliJ IDEA建的项目所以根目录为“web”。

IDEA Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executin_第1张图片

三、解决方法

      1、工程右键选择 Open  Module  Setting (F4)

  IDEA Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executin_第2张图片

2、单击 ok ,build通过

你可能感兴趣的:(idea)