1. 程式人生 > >關於使用maven建立web專案pom.xml中出現錯誤web.xml is missing and is set to true

關於使用maven建立web專案pom.xml中出現錯誤web.xml is missing and is set to true

錯誤提示:

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

 

意思就是,web專案需要一個web.xml檔案,而你通過maven的

建立是沒有web.xml,所以需要自己手動生成

解決:有兩種方式

第一種:(簡單)

找到報錯的專案,右擊----->  javaEE-tools  ------> generate deployment descriptor stub即可!!

第二種:(繁瑣)

步驟如下:

(1) 找到報錯的專案,右擊properties屬性------project Facets---->將Dynamic Web Moudle的選擇去掉----->apply

  (2)    再次點選Dynamic Web Moudle(將其選中),下方會出現Further configuration available ---->點選它

(3)出現

 (4)我的方式(大家也可以選者上面系統預設的方式)

(5)ok