java spring mvc项目 启动到properties文件就卡住了

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java spring mvc项目 启动到properties文件就卡住了相关的知识,希望对你有一定的参考价值。

十二月 13, 2015 4:16:50 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring FrameworkServlet 'springmvc'
十二月 13, 2015 4:16:50 下午 org.springframework.web.servlet.FrameworkServlet initServletBean
信息: FrameworkServlet 'springmvc': initialization started
十二月 13, 2015 4:16:50 下午 org.springframework.context.support.AbstractApplicationContext prepareRefresh
信息: Refreshing WebApplicationContext for namespace 'springmvc-servlet': startup date [Sun Dec 13 16:16:50 CST 2015]; parent: Root WebApplicationContext
十二月 13, 2015 4:16:50 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from ServletContext resource [/WEB-INF/config/springmvc-servlet.xml]
十二月 13, 2015 4:16:51 下午 org.springframework.core.io.support.PropertiesLoaderSupport loadProperties
信息: Loading properties file from ServletContext resource [/WEB-INF/properties/app.properties]
十二月 13, 2015 4:16:51 下午 org.springframework.core.io.support.PropertiesLoaderSupport loadProperties
信息: Loading properties file from ServletContext resource [/WEB-INF/properties/db.properties]
十二月 13, 2015 4:16:51 下午 org.springframework.core.io.support.PropertiesLoaderSupport loadProperties
信息: Loading properties file from ServletContext resource [/WEB-INF/properties/servers.properties]
十二月 13, 2015 4:16:51 下午 org.springframework.core.io.support.PropertiesLoaderSupport loadProperties
信息: Loading properties file from ServletContext resource [/WEB-INF/properties/servers.properties]

检查一下 spring 配置文件的的sheme,看看版本对不对。或者先断网试试,如果能启动,就是sheme的需要联网下载的问题。。可以下载sheme到本地,然后修改spring配置文件的sheme就行 参考技术A 怎么解决的。碰到同样的问题。 参考技术B 配置文件的内容有错误,看一下是不是多了,还是少了,或者错了什么内容追问

之前是ok的,配置文件都跟之前的对比了,修改的都是不相关的东西,猜测跟包有关,或者环境问题,但又找不到问题在哪

追答

包可能重复冲突,看一下是不是有些版本号不同,前面一样的

本回答被提问者和网友采纳

以上是关于java spring mvc项目 启动到properties文件就卡住了的主要内容,如果未能解决你的问题,请参考以下文章

Spring mvc 如何启动 socket

如何将 Oauth2.0 合并到现有的 Java Spring Web MVC 和 REST 项目中?

Spring MVC:复杂对象作为 GET @RequestParam

springmvc工程启动成功 啥也访问不了

Spring:MVC启动时的WebApplicationContext的关系

spring mvc初次启动没啥问题,可启动并且使用,但重启服务后,扫描hbm文件卡住的现象项目就启动不了