美文网首页
spring aop:通配符的匹配很全面, 但无法找到元素 'a

spring aop:通配符的匹配很全面, 但无法找到元素 'a

作者: 红豆儿首播 | 来源:发表于2019-06-13 15:41 被阅读0次

    错误信息:Exception in thread "main" org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 17 in XML document from class path resource [bean-aspectj.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 17; columnNumber: 28; cvc-complex-type.2.4.c: 通配符的匹配很全面, 但无法找到元素 'aop:aspectj-autoproxy' 的声明。

    解决方式:

    除了导入aop命名空间之外(xmlns:aop="http://www.springframework.org/schema/aop"),还需要(必须要)在xsi:schemaLocation中加入以下两个配置:

    http://www.springframework.org/schema/aop

    http://www.springframework.org/schema/aop/spring-aop.xsd

    相关文章

      网友评论

          本文标题:spring aop:通配符的匹配很全面, 但无法找到元素 'a

          本文链接:https://www.haomeiwen.com/subject/xaqqfctx.html