簡體   English   中英

XML中的Spring MVC配置錯誤

[英]Spring mvc configuration error in xml

我正在使用Spring 3.2 MVC框架創建應用程序。 我正在使用Spring Tool Suite和Maven。 當我將jar 3.1更新到3.2時,在servelet-context.xml和root-context.xml中收到以下錯誤:

cvc-elt.1: Cannot find the declaration of element 'beans:beans'.
cvc-elt.1: Cannot find the declaration of element 'beans'.

在此處輸入圖片說明

嘗試將版本添加為架構位置的后綴:

.../schema/mvc/spring-mvc-3.2.xsd
.../schema/beans/spring-beans-3.2.xsd

定義架構后,您還需要檢查spring架構的版本,並清理並再次安裝maven項目。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM