当我配置应用程序上下文时,它出现了我的问题 我无法解决它
此行找到多个注释: - 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>