日期:2014-05-18  浏览次数:20589 次

spring 在测试时出现问题,如下:
写了个小程序,用测试类测试时出现错误,如下:

2013-4-29 20:54:05 org.springframework.context.support.AbstractApplicationContext prepareRefresh
信息: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@167d940: startup date [Mon Apr 29 20:54:05 CST 2013]; root of context hierarchy
2013-4-29 20:54:05 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from class path resource [beans.xml]
2013-4-29 20:54:06 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
信息: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@177b3cd: defining beans [student,studao,stuservice,stuaction]; root of factory hierarchy
2013-4-29 20:54:06 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons
信息: Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@177b3cd: defining beans [student,studao,stuservice,stuaction]; root of factory hierarchy


这是什么问题啊,初学spring ,求高手指点指点!

------解决方案--------------------
该回复于2013-04-30 13:16:32被管理员删除