Spring-batch flow / split after a step

后端 未结 3 1707
花落未央
花落未央 2021-01-12 10:29

I am building a spring-batch solution that contains the following process:

step 1 : split a list into multiple lists step 2 : process each sub-list step 3 : merge

3条回答
  •  Happy的楠姐
    2021-01-12 10:33

    Of course you can have a split in the middle of a job! Here is the example from Spring Batch In Action (2012).

    
      
        
      
      
        
          
        
        
          
        
      
      
        
      
    
    

提交回复
热议问题