场景

在新建或者导入Maven项目后,pom.xml提示:

web.xml is missing and <failonmissingw>...

解决

在pom.xml中加入:

<properties>
       <failOnMissingWebXml>false</failOnMissingWebXml>
</properties>

pom.xml中提示web.xml is missing and ...pom.xml中提示web.xml is missing and ...

相关文章:

  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2021-05-16
  • 2021-10-10
猜你喜欢
  • 2021-12-03
  • 2021-06-25
  • 2021-04-11
  • 2021-11-25
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案