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 里找,一般都有的

浙公网安备 33010602011771号