运行spring aop例子时,出现下面的错误,不知如何解决,看起来又不想异常?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了运行spring aop例子时,出现下面的错误,不知如何解决,看起来又不想异常?相关的知识,希望对你有一定的参考价值。

2012-3-30 20:46:00 org.springframework.context.support.AbstractApplicationContext prepareRefresh
信息: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@141b571: display name [org.springframework.context.support.ClassPathXmlApplicationContext@141b571]; startup date [Fri Mar 30 20:46:00 CST 2012]; root of context hierarchy
2012-3-30 20:46:00 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from class path resource [beans.xml]
2012-3-30 20:46:00 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
信息: Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@141b571]: org.springframework.beans.factory.support.DefaultListableBeanFactory@76e8a7
2012-3-30 20:46:00 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
信息: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@76e8a7: defining beans [org.springframework.aop.config.internalAutoProxyCreator,myInterceptor,personService]; root of factory hierarchy
2012-3-30 20:46:01 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons
信息: Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@76e8a7: defining beans [org.springframework.aop.config.internalAutoProxyCreator,myInterceptor,personService]; root of factory hierarchy

参考技术A 信息不用去管他 ,不是错误!

以上是关于运行spring aop例子时,出现下面的错误,不知如何解决,看起来又不想异常?的主要内容,如果未能解决你的问题,请参考以下文章

spring aop 运行出现 错误: 找不到或无法加载主类 org.apache.log4j.net.JMSSink

彻底征服 Spring AOP 之 实战篇

Spring之AOP操作,巧夺天功的切面技术

spring AOP

Spring AOP基础实践

使用springAPI以及自定义类 实现AOP的一个例子-aop编程