반응형 SpringBatch51 13. SpringBatch 5 + Kotlin 적용하기 2022년 하반기에 SpringBoot 3.0 이 릴리즈 되었고 많은 변화가 있었습니다. (내용) 기본 Java 버전이 17 으로 올라갔고, SpringBatch 버전도 5 로 올라갔습니다. 이번 시간에는 SpringBatch 5 를 적용한 사례를 공유하고자 합니다. What's New in Spring Batch 5 SpringBatch 의존성 주입 SpringBatch 와 h2 데이터베이스 의존성을 주입한다. implementation("org.springframework.boot:spring-boot-starter-batch") implementation("com.h2database:h2") SpringBatchApplication 생성 배치잡은 실행이 되고 자동으로 종료되어야 하니 exitProc.. 2023. 7. 16. 이전 1 다음 반응형