> For the complete documentation index, see [llms.txt](https://real-dev.gitbook.io/real-library/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://real-dev.gitbook.io/real-library/spring-batch/readme.md).

# 스프링 배치 완벽 가이드

스프링 배치 완벽 가이드 (2021, 마이클 미넬라 저)를 읽고 배운 내용을 요약하여 정리합니다.

<figure><img src="/files/QlDTQleCcO2rhzZDb8UP" alt=""><figcaption></figcaption></figure>

Spring Batch Framework는 사용되는 곳이 많고, 수요도 있지만 정확한 개념서는 잘 알려져 있지 않습니다. 따라서 자세한 동작원리를 이해하기 위해선 Spring 진영에서 제공하는 공식 문서나 해당 도서를 참고하는 것을 고려할 수 있는데, 공식 문서의 퀄리티가 높고 한글 번역본을 접하기 어렵지 않으니 공식 문서쪽을 조금 더 추천합니다.
