Java/SpringBatch
[SpringBatch] 스프링 배치 실행 순서
고기고기물고기
2023. 4. 18. 13:55
@EnableBatchProcessing -> SimpleBatchConfiguration -> BatchConfigurerConfiguration(BasicBatchConfigurer, JpaBatchConfigurer) -> BatchAutoConfiguration
https://ojt90902.tistory.com/760
Job -> Step -> Tasklet