SSH开发异常解决方案

SSH开发错误解决方案Bean org.springframework.aop.config.internalAutoProxyCreator is not eligible f

SSH开发错误解决方案

Bean 'org.springframework.aop.config.internalAutoProxyCreator' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

?

?

即使更改了Jar已经类调用方式也不行,后来在<aop:config> 加了一段参数:proxy-target-class="true",问题搞定了。