首页 > spring aop The hierarchy of the type is inconsistent

spring aop The hierarchy of the type is inconsistent

今天在做Spring-Aop的实验时遇到了个问题

The hierarchy of the type is inconsistent

这句话的意思是层次结构的类型是不一致的

猜想是Spring的jar包依赖了其他的jar包,没有把依赖的jar包导入进来
再次发现maven的好处。。。

通过百度发现aop需要如下几个jar包:网址1网址2
aopalliance.jar:AOP Alliance(http://aopalliance.sourceforge.net/) 是个联合的开源协作组织,在多个项目间进行协作以期提供一套标准的AOP Java接口(interface)。 Spring AOP就是基于AOP Alliance标准API实现的。如果你打算使用Spring的AOP或基于AOP的任何特性,只需这个JAR文件。
aspectjweaver.jar:用于在Spring 2.0中集成AspectJ AspectJ LTW织入器
org.springframework.aop

【热门文章】
【热门文章】