尚學堂的視頻spring第一個AOP實例中就出現問題
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userManager' defined in class path resource [applicationContext.xml]: Initialization of bean failed; nested exception is java.lang...
網上看了學的,才知道是aspectj出現的問題,其實也是spring framework 與jdk6.0不兼容的問題,如果換成jdk5.0就好了,但是已經習慣新的jdk6.0了,于是只能升級一下spring framework了,換了spring相關的所有jar包,問題就解決的了(下載新的spring-framework-with-dependencies:下載地址:http://sourceforge.net/projects/springframework/files/springframework-2/2.0.8/spring-framework-2.0.8-with-dependencies.zip/download)