Springboot Batch Jar 파일 생성 및 실행
Springboot 환경이 보편화가 되고 많은 부분들이 편해졌고 필자는 Batch가 엄청나게 편해진것 같다. 많이 사용해서 그런것 같다. 왜 Springboot Batch가 좋은지에 대해서는 이 글에서 다룬적이 있다. 그리고 빌드 및 실행방법에 대해서는 예전 xml config 기반의 Spring Batch 환경 구성하는 포스팅에서 다룬적이 있었지만 Springboot 기반의 환경에서는 어떻게 하는지 살펴보자. 아주 간단하다. 일단 빌드에 앞서 springboot의 main 클래스를 살펴보자. import java.util.ArrayList; import java.util.List; import org.springframework.batch.core.configuration.annotation.Enabl..
Framework/Batch
2021. 3. 24. 10:26