[SpringBoot] H2 Database CSV 데이터 Import 하기 SpringBoot 2.7.2 , Java11 사용 1. H2 Database 사용 설정 - build.gradle dependencies { ... // https://mvnrepository.com/artifact/com.h2database/h2 implementation group: 'com.h2database', name: 'h2', version: '2.1.214' // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jdbc implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jdbc', versi.. 이전 1 다음