Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
来源:4-1 Dao层之新增店铺
慕田峪4203571
2019-04-24
老师您好,我在新增店铺时出现了如下错误,在之前的controller验证的时候我成功读取过数据,所以感觉不是连接的问题,而是不是版本问题。
四月 24, 2019 9:03:49 下午 org.springframework.test.context.support.DefaultTestContextBootstrapper getDefaultTestExecutionListenerClassNames
信息: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
四月 24, 2019 9:03:49 下午 org.springframework.test.context.support.DefaultTestContextBootstrapper getTestExecutionListeners
信息: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@783e6358, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@17550481, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@735f7ae5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@180bc464, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1324409e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2c6a3f77]
四月 24, 2019 9:03:49 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from class path resource [spring/spring-dao.xml]
四月 24, 2019 9:03:50 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from class path resource [spring/spring-service.xml]
四月 24, 2019 9:03:50 下午 org.springframework.context.support.GenericApplicationContext prepareRefresh
信息: Refreshing org.springframework.context.support.GenericApplicationContext@51efea79: startup date [Wed Apr 24 21:03:50 CST 2019]; root of context hierarchy
四月 24, 2019 9:03:50 下午 com.mchange.v2.log.MLog <clinit>
信息: MLog clients using java 1.4+ standard logging.
四月 24, 2019 9:03:50 下午 com.mchange.v2.c3p0.C3P0Registry banner
信息: Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
2回答
-
慕田峪4203571
提问者
2019-04-25
老师,谢谢你,我已经找到问题了,是因为我在配置shopdao.xml的时候少打了一个字母导致的错误,已修正。感谢老师凌晨还在帮我解决问题
112019-04-25 -
翔仔
2019-04-25
同学好,这个写着是信息。也就是INFO,并不是错误呀。。需要看看具体的ERROR,或者现在遇到的是什么现象,功能上遇到了什么问题?
10
相似问题