Tomcat加载配置时加载到jdbc就停止加载

信息: Initializing Spring root WebApplicationContext
2015-11-18 19:05:51,346 [Thread-1] INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started
2015-11-18 19:05:51,664 [Thread-1] INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Wed Nov 18 19:05:51 CST 2015]; root of context hierarchy
2015-11-18 19:05:51,817 [Thread-1] INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from class path resource [application.xml]
2015-11-18 19:05:52,754 [Thread-1] INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from file [F:\apache-tomcat-7.0.6\webapps\TShirt_project\WEB-INF\classes\properties\jdbc.properties]
2015-11-18 19:05:52,987 [Thread-1] INFO [org.hibernate.validator.internal.util.Version] - HV000001: Hibernate Validator 5.0.1.Final
2015-11-18 19:05:53,397 [Thread-1] INFO [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC driver: com.mysql.jdbc.Driver

只到这就不动了,这是怎么回事,求大神

http://www.cnblogs.com/losesea/p/3691107.html