spring aop The hierarchy of the type is inconsistent

Chao發表於2015-07-16

今天在做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