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",问题搞定了。