尚学堂的视频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)