Category Archives: Spring Boot 2.5

JpaPagingItemReader

JpaPagingItemReader

페이징 방식에는 두가지 문제가 있다.

  1. 페이지가 무지 커지게 되면 성능문제가 발생한다.

  2. 어디까지 가져왔는지 표시하면서

더보기

Spring Batch

Spring Batch

페이징 오류 해결

참조

    @StepScope
    public RepositoryItemReader<SrcItemEntity> readForInsert() {
        RepositoryItemReader<SrcItemEntity> repositoryItemReader = new 
더보기