0
点赞
收藏
分享

微信扫一扫

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


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

如图所示,用maven创建的空模板的工程war,创建后会报一个错误,说是丢失了web.xml

所以解决方案如下:自己手动创建一个即可:

web.xml is missing and <failOnMissingWebXml> is set to true_web.xml_02

改后无报错信息:

web.xml is missing and <failOnMissingWebXml> is set to true_web.xml_03


举报

相关推荐

web.xml

web.xml参考

web.xml介绍

Web.xml详解

web.xml配置

如何配置web.xml

web.xml最新配置

0 条评论