web.xml is missing and is set to true


轉自:http://stackoverflow.com/questions/31835033/web-xml-is-missing-and-failonmissingwebxml-is-set-to-true

使用maven創建web項目時,可能會出現如下錯誤:

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

此問題的解決辦法:

1. 右鍵點擊Project Explorer中的Deployment Descriptor

2. 選擇Generate Deployment Descriptor Stub

這樣就能生成src/main/webapp/WEB_INF/web.xml文件了。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM