为什么即使在WEB-INF下存在web.xml时,也会出现错误"web.xml is missing and <failOnMissingWebXml> is set to true"

这不是this question的重复项。我的问题有所不同,因为我的web.xml文件夹中已经有WEB-INF文件,但是仍然出现错误。

最佳答案

您可能具有损坏的Eclipse专用设置文件。

查看Spring cannot find file in classpath, but it's right there at the root of the war file的答案。

对我来说,两个问题都有相同的根本原因。

10-04 13:59