spring项目启动报错BeanFactory not initialized or already closed

Posted 一点唐城

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring项目启动报错BeanFactory not initialized or already closed相关的知识,希望对你有一定的参考价值。


解决方法:在web.xml中加入如下的就可以正常启动了

<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
classpath*:/applicationContext.xml
</param-value>
</context-param>



以上是关于spring项目启动报错BeanFactory not initialized or already closed的主要内容,如果未能解决你的问题,请参考以下文章

Spring--简记

Spring启动注册BeanFactory后置处理器

SpringBoot:Spring容器的启动过程

BeanFactory not initialized or already closed exception

Spring源码解读---启动过程源码解析

Spring源码解读---启动过程源码解析