我在tomcat启动服务的时候,有这样2条信息
framework.DefaultAopProxyFactory    61  ) CGLIB2 available: proxyTargetClass feature enabled
(support.XmlWebApplicationContext    896 ) Bean 'autoProxyCreator' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
我不是很明白,我个人猜测:
启用了cglib代理,不是自动代理
<bean id="autoProxyCreator" class="org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator"/>
好象我的自动代理不行,请问,这是这么搞的,应该怎样做,才能是自动代理