spring mvc web.xml 配置出現 Attribute "xmlns:xsi" must be declared for element type "web-app"

<span style="font-size:18px;">Multiple annotations found at this line:
	- Attribute "xmlns:xsi" must be declared for element type "web-app".
	- Attribute "xsi:schemaLocation" must be declared for element type "web-app".
	- The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-
	 mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-
	 constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-local-ref*)".
	- Attribute "version" must be declared for element type "web-app".
	- Attribute "xmlns" must be declared for element type "web-app".</span>
這種錯誤就是需要webapp這個標籤必須是第一行的,前面有註釋文檔都不可以,所以將webapp這個標籤前面的文檔全部刪掉就可以了
發佈了92 篇原創文章 · 獲贊 11 · 訪問量 9萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章