在配置applicationcontext中的此行找到多个注释

时间:2013-10-25 13:10:35

标签: eclipse spring java-ee

当我配置应用程序上下文时,它出现了我的问题 我无法解决它

  

此行找到多个注释:      - schema_reference.4:无法读取架构文档“http://www.springframework.org/schema/beans/spring-beans.xsd”,   因为1)找不到文件; 2)文件不能   被阅读; 3)文档的根元素不是。      - cvc-elt.1:找不到元素'beans'的声明。

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

        <import resource="datasource-config.xml" />
        <import resource="webflow-config.xml" />

</beans>

0 个答案:

没有答案