我来说下这个出错的原因吧

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

 

解决了给个评论,谢谢

相关文章:

  • 2022-02-25
  • 2021-05-30
  • 2021-07-30
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
猜你喜欢
  • 2021-10-09
  • 2021-07-11
  • 2021-10-06
  • 2022-12-23
相关资源
相似解决方案