spring aop配置Ignored XML validation warning

J2EE 码拜 10年前 (2015-04-04) 2077次浏览 0个评论

beans.xml配置:
<beans xmlns=”http://www.springframework.org/schema/beans”
       xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
       xmlns:aop=”http://www.springframework.org/schema/aop
       xsi:schemaLocation=”http://www.springframework.org/schema/beans 
           http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
   http://www.springframework.org/schema/aop
   http://www.springframework.org/schema/aop/spring-aop-3.2xsd”>
   <aop:aspectj-autoproxy/>  
</beans>
报错:
警告: Ignored XML validation warning
org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document “”http://www.springframework.org/schema/aop/spring-aop-3.2xsd””, 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>.

spring aop配置Ignored XML validation warning
40分
http://www.springframework.org/schema/aop/spring-aop-3.2xsd
最后一句改为http://www.springframework.org/schema/aop/spring-aop-3.2.xsd
少一个点


CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明spring aop配置Ignored XML validation warning
喜欢 (0)
[1034331897@qq.com]
分享 (0)

文章评论已关闭!