发现了以元素 '{"http://www.springframework.org/schema/aop":advisor}' 开头的无效内容。应以 '{"http://www.springframework.org/schema/aop":aspect}' 之一开头。

Caused by: org.xml.sax.SAXParseException; lineNumber: 44; columnNumber: 65; cvc-complex-type.2.4.a: 发现了以元素 '{"http://www.springframework.org/schema/aop":advisor}' 开头的无效内容。应以 '{"http://www.springframework.org/schema/aop":aspect}' 之一开头。

出现这个错误的原因是aop:advisor出现在aop:aspect后面.
先后顺序: aop:point, aop:advisor, aop:aspect.

posted @ 2022-09-05 09:58  GoXXIV  阅读(325)  评论(0编辑  收藏  举报