reader
, writer
, processor
에 붙이기만 해도 작동한다.@BeforeJob
, @AfterJob
, @BeforeStep
, @AfterStep
등을 구현한 클래스를 listener 로 등록하면 된다.@BeforeStep
은 void beforeStep(StepExecution stepExecution)
를 구현하여 StepExecution
을 주입할 수 있다.@BeforeJob
은 마찬가지로 JobExecution
을 주입할 수 있다.