当前位置: 代码迷 >> J2EE >> spring配置!新人求问applicationContext.xml扫描有关问题
  详细解决方案

spring配置!新人求问applicationContext.xml扫描有关问题

热度:106   发布时间:2016-04-17 23:03:16.0
spring配置!新人求问applicationContext.xml扫描问题
1:<context:component-scan base-package="org.xx" />

2:<util:properties id="dbParams" location="classpath:db.properties">
</util:properties>
Multiple annotations found at this line:
- schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/context/spring-
 context-3.2.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>.
- cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'context:component-
 scan'.

这两段代码都报这个问题。是因为少jar包还是什么原因,求大神分析

------解决思路----------------------
不能读取xsd,我没碰到过这种问题,看看是不是url拼错了,就是这一段http://www.springframework.org/schema/context/spring-
 context-3.2.xsd
实在不行就找个其他spring工程抄一份xsd的声明
  相关解决方案