SSM项目运行报错,求解决办法,大佬们路过驻足一下

[org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started
[org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Dec 08 18:13:04 CST 2017]; root of context hierarchy
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from class path resource [applicationContext.xml]
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from class path resource [spring-dao.xml]
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from class path resource [spring-db.xml]
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from class path resource [spring-tx.xml]
[org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from class path resource [jdbc.properties]
[org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
[org.springframework.web.context.ContextLoader] - Context initialization failed

看上去没有报错信息呐 你使用debug 或者stacktrace的方式运行 有详细数据才好分析 现在的话 看不出来啥

哪里报的错??看不到错误信息

1、首先你的错误信息没有贴全;
2、根据现有的提示,你需要检查下你的web.xml文件。以及applicationContext.xml]文件,最好是贴出来文件内容;
3、在项目没有启动成功的情况下,别用debug模式启动,会出现某些不定向问题;