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包还是什么原因,求高手分析
解决方案:40分