SSH框架 “Error creating bean with name 。。。defined in class path resource”

首先看错误日志,一定要看。

然后定位出正确的错误地址

例:

org.springframework.web.context.ContextLoader.initWebApplicationContext - Context initialization failed

org.springframework.beans.factory.BeanCreationException: Error creating bean with name'...'defined in class path resource [applicationContext.xml]..............No bean named '....' is defined

这样确定了...没有定义好或者配置好,应该在applicationContext.xml中检查有没有打错英文或者配置好

你可能感兴趣的:(Java,EE)