Spring无法读取方案文档
原因
本地网络太差,无法访问到方案文档的地址
解决方法
可以把无法读取的相应文档下载到本地,通过file协议读取。
本例中为无法读取spring-beans.xsd
<?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
        file:///E:\JAVA\spring-framework-5.3.9\schema\beans\spring-beans.xsd">
    <bean id="accountService" class="com.czy.service.impl.AccountServiceImpl"></bean>
    <bean id="accountDao" class="com.czy.dao.impl.AccountDaoImpl"></bean>
</beans>

 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号