Spring 錯誤 cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'context:property-placeholder'.


我來說下這個出錯的原因吧

eclise中xsd的驗證問題Description Resource Path Location Type cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for

spring的applicationContext.xml中的xsd的spring版本要高一點,應該是高於3.0.4就可以 ,同時加載的spring lib文件版本也要高於3.0.

 

解決方法:

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'context:property-placeholder'.

報錯時要在 xsi:schemaLocation中加入:

  http://www.springframework.org/schema/context  

  http://www.springframework.org/schema/context/spring-context-2.5.xsd

在xmlns:context中加入

  http://www.springframework.org/schema/context

 

解決了給個評論,謝謝


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM