原文:創建Maven web項目時 出現 web.xml is missing and is set to true錯誤 pox.xml編譯錯誤

今天創建一個maven項目 pom.xml出現如下錯誤: web.xml is missing and lt failOnMissingWebXml gt is set to true 這是因為你因為你WEB INF下沒有web.xml導致造成的 解決方案: 右擊項目 gt Java EE Tools gt Generate Deployment Descriptor Stub.然后系統會在src ...

2016-12-24 19:04 0 13111 推薦指數:

查看詳情

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

在學習maven模塊化構建項目的時候遇到了如下報錯信息: web.xml is missing and <failOnMissingWebXml> is set to true 。這時候需要右擊項目——>Java EE Tools——>Generate ...

Fri Aug 12 18:35:00 CST 2016 0 2911
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM