2016-05-27 68 views

回答

1

你也可以很好地管理從StepExecutionListener's afterStep()方法例外情況,如下圖所示:

ExitStatus afterStep(StepExecution stepExecution) 
{ 
List exceptions = stepExecution.getFailureExceptions(); 
....... 
}