spring error

Posted anjuncc

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring error相关的知识,希望对你有一定的参考价值。

<aop:config>

<aop:pointcut id="allMethod"

expression="execution(* a.j.shop.service.impl.*.*(..))" />

<aop:advisor pointcut-ref="allMethod" advice-ref="txAdvice" />

</aop:config>

上面对,下面借 ***引用一定要在前***

错如下:

Description Resource Path Location Type
cvc-complex-type.2.4.a: Invalid content was found starting with element ‘aop:pointcut‘. One of ‘{"http://www.springframework.org/schema/aop":advisor, "http://www.springframework.org/schema/aop":aspect}‘ is expected. applicationContext.xml /shop/src/main/resources line 37 XML Problem

<aop:config>

<aop:advisor pointcut-ref="allMethod" advice-ref="txAdvice" />

<aop:pointcut id="allMethod"

expression="execution(* a.j.shop.service.impl.*.*(..))" />

 

</aop:config>

以上是关于spring error的主要内容,如果未能解决你的问题,请参考以下文章

你了解Spring从Spring3到Spring5的变迁吗?

Spring全家桶笔记:Spring+Spring Boot+Spring Cloud+Spring MVC

学习笔记——Spring简介;Spring搭建步骤;Spring的特性;Spring中getBean三种方式;Spring中的标签

Spring--Spring入门

Spring框架--Spring事务管理和Spring事务传播行为

Spring框架--Spring事务管理和Spring事务传播行为