我按照老师的配置一步一步来,一运行服务器就出现这个异常怎么解决啊

严重: Exception sending context destroyed event to listener instance of class org.springframework.web.context.ContextLoaderListener
Caused by: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: <property> element for property 'hibernateProperties' must specify a ref or value

java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
	at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:170)
	at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1033)
	at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1009)
	at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:961)
	at org.springframework.web.context.ContextLoader.closeWebApplicationContext(ContextLoader.java:581)
	at org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:116)
	at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4775)
	at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5385)
	at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)


你已走远
浏览 2264回答 3
3回答

大咪

说的是你这个property里的元素hibernateProperties必须是一个引用或者是一个值……你自己在查查有没有哪里拼错了

玄鉴

 BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext这个怎么解决的?

YOUL0

好复杂,看不懂~~
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java