담당 시스템 재구축 프로젝트를 하면서, 기존 레거시 시스템을 Spring Batch로 전환하게 되었습니다. 자체 개발로 진행되지 않은 프로젝트 특성상.. 입맛에 맞지 않는 부분이 참 많습니다. 일단 Spring Batch에 대해 scratch부터 이해하고자, Spring 공식 가이드부터 따라하며 정리해보고자 합니다. https://spring.io/guides/gs/batch-processing/#scratch Getting Started | Creating a Batch Service A common paradigm in batch processing is to ingest data, transform it, and then pipe it out somewhere else. Here, you need ..