Spring 썸네일형 리스트형 [SpringBatch] JpaPagingItemReader 예제 죽지도 않고 돌아온 무무위키 새해가 된 기념으로 블로그에 끄적여본다. 배치를 작성할 때 어쩌다 보니 ItemReader 보다는 그냥 Tasklet 을 구현해서 주로 썼었는데 최근에 ItemReader 를 사용해서 개발할일이 있어서 기록겸 나중에 또 쓸때 또 삽질하지 않기 위한겸 해서 남겨본다. 사용한 batch 는 4.3.3 버전을 사용했다. 라이브러리의 주석을 확인해보니 4.0.0 버전부터 존재하는 친구인것같음 제목에 맞게 예제코드를 준비했다. 사실 이 블로그를 들어온 여러분이 가장 원하는 게 아닐까? @Bean fun mumuJob(): Job { return jobBuilderFactory[JOB_NAME] .start(this.mumuStep()) .build() } @Bean fun mumuSt.. [Spring] SpringBoot Spring Boot Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration. (출처 - https://projects.spring.io/spring-boot/) 특징tomcat을 따로 설치하지 않아도 된다.원래 Spring.. 이전 1 다음