码迷,mamicode.com
首页 > 编程语言 > 详细

Springbatch Miscellanea Notes

时间:2017-06-02 12:46:32      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:mis   bank   tap   import   task   batch   创建   app   struct   

1.scope="step",如下图,这是一种后绑定的方式,生成Step的时候,才去创建bean

<bean id="testTasklet" parent="baseTasklet" scope="step">
    <constructor-arg name="configKey" value="" />
    <constructor-arg name="taskletAppl">
        <bean class="com.csii.bank.core.batch.business.appl.ImportExtFundRtxnAppl" />
    </constructor-arg>
</bean>

 

Springbatch Miscellanea Notes

标签:mis   bank   tap   import   task   batch   创建   app   struct   

原文地址:http://www.cnblogs.com/heben/p/6932519.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!