spring Maven导出war包时报错:Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project Ocr: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1

完美解决:
1.将web文件移动到src/main下,

2.设置如下解决Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-wa

在clean,打包,完美解决!

相关文章:

  • 2022-12-23
  • 2022-03-08
  • 2021-12-23
  • 2021-06-27
  • 2022-12-23
  • 2021-09-07
  • 2021-11-21
  • 2021-12-30
猜你喜欢
  • 2021-07-17
  • 2022-01-04
  • 2021-08-22
  • 2022-12-23
  • 2021-04-04
  • 2021-11-17
相关资源
相似解决方案