1. 程式人生 > >在專案載入的時候出現:Multiple annotations found at this line:

在專案載入的時候出現:Multiple annotations found at this line:

在eclipse中進行專案的maven的springMVC配置,其初我的xml的檔案頭如圖:

結果執行專案的時候並不會報錯。其功能一切正常,但是在專案的上老是出現錯誤提示,於是想解決他,把滑鼠放在出現錯誤的地方提示如下:

Multiple annotations found at this line:
    - cvc-elt.1: Cannot find the declaration of element 'beans'.
    - schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/beans/spring-beans.xsd', because 1) could not find the document; 2) the document could 
     not be read; 3) the root element of the document is not <xsd:schema>.

出現錯誤的地方如圖所示:

出現錯誤的原因:

maven pom.xml中依賴的spring的版本和配置不匹配導致的;

解決辦法:

然後project-clean-選中專案-clean就OK了