异常信息:
Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanDefinitionStoreException
异常原因:
spring3和Java8版本兼容问题
解决方法:
调整版本
转载于:https://blog.51cto.com/13508140/2093542
本文介绍了在使用Spring框架和Java8时遇到的兼容性问题,表现为无法初始化上下文监听器,具体异常为BeanDefinitionStoreException。问题根源在于Spring3与Java8之间的版本不匹配,解决方案是调整两个软件的版本。
1万+

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



