Attribute ".............................." must be declared for element type "web-app".错误解决

Multiple annotations found at this line:
    - Attribute "version" must be declared for element type "web-app".
    - Attribute "xsi:schemaLocation" must be declared for element type
     "web-app".
    - Attribute "xmlns:xsi" must be declared for element type "web-app".
    - Attribute "xmlns" must be declared for element type "web-app".

 

这种错误就是要求web-app的标签必须在第一行,即使这里前面是无关的版本号注释也不行,删除前面的版本号,让web-app第一行即可解决。

相关文章:

猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-09
  • 2021-08-02
  • 2022-01-15
  • 2021-09-21
相关资源
相似解决方案