org.springframework.beans.factory.BeanDefinitionStoreException:
Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/config/springdemo-config.xml]; nested exception is java.lang.NoClassDefFoundError: org/springframework/aop/TargetSource
缺少 spring-aop-4.3.7.RELEASE.jar 時的提示
如果只有一個提示,加上去就OK了!
加上缺少的包后,要重新啟動一下服務器!!
另:引用的7個基本包,缺一不可!
spring-aop-4.3.7.RELEASE.jar
spring-beans-4.3.7.RELEASE.jar
spring-context-4.3.7.RELEASE.jar
spring-core-4.3.7.RELEASE.jar
spring-expression-4.3.7.RELEASE.jar
spring-web-4.3.7.RELEASE.jar
spring-webmvc-4.3.7.RELEASE.jar