cheese10yun / blog-comment

0 stars 0 forks source link

Spring Batch Test 작성 방법 및 고찰 - Yun Blog | 기술 블로그 #61

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Spring Batch Test 작성 방법 및 고찰 - Yun Blog | 기술 블로그

Yun Blog | 기술 블로그

https://cheese10yun.github.io/spring-batch-test-2/

ReasonH commented 1 year ago

글 잘 읽었습니다. 배치 개발에 좋은 참고가 됐어요. 다만, BatchTestSupport 클래스에서 영속화에 entityManager를 직접 활용하신 부분은 대용량 데이터를 삽입하는 경우 Connection leak 발생 우려가 있습니다. 매니저에 대한 close() 구문은 추가되는게 좋을 것 같습니다.