解决 web.xml is missing and failOnMissingWebXml is set to true 报错
生活随笔
收集整理的這篇文章主要介紹了
解决 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 Deployment Descriptor Stub.然后系統會在src/main/webapp/WEB_INF文件加下創建web.xml文件。錯誤解決!
當然這個方法是針對web項目的解決方案,如果你的工程不是web項目,那么還有另外一種解決方案,就是在pom文件中配置一下failOnMissingWebXml。具體配置如下:
<build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-war-plugin</artifactId><version>2.6</version><configuration><failOnMissingWebXml>false</failOnMissingWebXml></configuration></plugin></plugins></build>?
轉載于:https://www.cnblogs.com/dongyu666/p/7079414.html
總結
以上是生活随笔為你收集整理的解决 web.xml is missing and failOnMissingWebXml is set to true 报错的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java遇见的问题分析
- 下一篇: 你们是不是对QQ总在后台莫名其妙更新一些