org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [springConfig/applicationContext.xml]; nested exception is java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor
Caused by: java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor
缺少aopalliance-alpha1.jar
本文讨论了在使用Spring框架时遇到的XML配置文件解析错误,具体为缺少aopalliance-alpha1.jar导致的NoClassDefFoundError异常。分析了错误原因并提供了解决方案。
1601

被折叠的 条评论
为什么被折叠?



