천천히 알아보는 코딩공부

[SpringBatch] 스프링 배치 실행 순서 본문

Java/SpringBatch

[SpringBatch] 스프링 배치 실행 순서

고기고기물고기 2023. 4. 18. 13:55

@EnableBatchProcessing -> SimpleBatchConfiguration -> BatchConfigurerConfiguration(BasicBatchConfigurer, JpaBatchConfigurer) -> BatchAutoConfiguration

 

https://ojt90902.tistory.com/760

 

Job -> Step -> Tasklet

 

https://velog.io/@backtony/Spring-Batch-ItemReader

Comments