AOP 报错The hierarchy of the type is inconsistent

类名报错The hierarchy of the type is inconsistent 

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

public class BeforeGreeting implements MethodBeforeAdvice{...}

原因:缺少aopalliance.jar

下载地址:http://sourceforge.net/projects/aopalliance/files/aopalliance/1.0/aopalliance.zip/download 

TIPS:如果找不到jar包,可到http://sourceforge.net  里找,一般都有的

posted @ 2016-06-16 12:47  乱世_独自美  阅读(169)  评论(0)    收藏  举报