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]
之前是ok的,配置文件都跟之前的对比了,修改的都是不相关的东西,猜测跟包有关,或者环境问题,但又找不到问题在哪
追答包可能重复冲突,看一下是不是有些版本号不同,前面一样的
本回答被提问者和网友采纳以上是关于java spring mvc项目 启动到properties文件就卡住了的主要内容,如果未能解决你的问题,请参考以下文章
如何将 Oauth2.0 合并到现有的 Java Spring Web MVC 和 REST 项目中?
Spring MVC:复杂对象作为 GET @RequestParam