Spring运行出现如下信息帮忙看看是什么问题

时间:2021-07-12 13:59:25
第一次做 程序已经能运行,但是控制台上显示出这样的信息,请问这些信息是否正确?谢谢!
2007-1-10 9:42:53 org.springframework.core.CollectionFactory <clinit>
信息: JDK 1.4+ collections available
2007-1-10 9:42:53 org.springframework.core.CollectionFactory <clinit>
信息: Commons Collections 3.x available
2007-1-10 9:42:53 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from file [D:\eclipse3.2\workspace\MySpring\bean.xml]
2007-1-10 9:42:53 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory
信息: Bean factory for application context [org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=27379847]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,personDao]; root of BeanFactory hierarchy
2007-1-10 9:42:53 org.springframework.context.support.AbstractApplicationContext refresh
信息: 2 beans defined in application context [org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=27379847]
2007-1-10 9:42:53 org.springframework.context.support.AbstractApplicationContext initMessageSource
信息: Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1ff7a1e]
2007-1-10 9:42:53 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
信息: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@186768e]
2007-1-10 9:42:53 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
信息: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,personDao]; root of BeanFactory hierarchy]

3 个解决方案

#1


Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@186768e]

这个是什么意思?

#2


应该没有错.要是有错就不是info了,是error了

#3


没事

#1


Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@186768e]

这个是什么意思?

#2


应该没有错.要是有错就不是info了,是error了

#3


没事