Maven中报错:web.xml is missing and <failOnMissingWebXml> is set to true

简单来说就是缺少web.xml文件,说明文件架构不对

解决办法

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

结果就是帮我们增加了一个web.xml,自己手动添加也行

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

相关文章: