最近学习spring,看尚学堂的视屏在做AOP的一个demo调试时发现报
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userManager' defined in class path resource [applicationContext-bean.xml]: Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: error at ::0 can't find referenced pointcut allAddMethod
在网上收了下,发现是spring的版本与java的版本不一致的原因。因此自己重新下了spring的包,运行通过。