单例中注入多例
在配置多例对象时加入
<aop:scoped-proxy/>
<bean id="excelListener" class="com.app.zrr.util.ExcelListener" scope="prototype"> <aop:scoped-proxy/> </bean>