이번 포스트에서는 앞으로 진행할 과정을 위한 프로젝트를 구성해보자. Project 구성 진행될 배치 시나리오 프로젝트 의존성Spring Batch 를 사용하기 위해서 spring-boot-starter-batch와 spring-boot-starter-batch-jdbc가 필요하다. 추가로 mysql, mybatis, webmvc에 대한 의존성도 추가해주자. org.springframework.boot spring-boot-starter-batch org.springframework.boot spring-boot-starter-batch-jdbc com.mysql mysql-connector-j runtime org.springframework.boot spring-boot-starter..
04. Project 구성
이번 포스트에서는 앞으로 진행할 과정을 위한 프로젝트를 구성해보자. Project 구성 진행될 배치 시나리오 프로젝트 의존성Spring Batch 를 사용하기 위해서 spring-boot-starter-batch와 spring-boot-starter-batch-jdbc가 필요하다. 추가로 mysql, mybatis, webmvc에 대한 의존성도 추가해주자. org.springframework.boot spring-boot-starter-batch org.springframework.boot spring-boot-starter-batch-jdbc com.mysql mysql-connector-j runtime org.springframework.boot spring-boot-starter..
2026.01.04