๊ฐ์์ ์ฌ์ฉ๋ H2 Database ์ค์น์ ์ฌ์ฉ๋ฒ์ ํฌ์คํธ๋ฅผ ์ฐธ๊ณ ํด์ฃผ์ธ์.2025.01.08 - [๐พ Data Base] - H2 Databas ์ค์น๋ถํฐ ์ฌ์ฉ๊น์ง ํ๊ฒฝ์ค์ build.gradle ํ์ผ์ jdbc, h2 Database ๊ด๋ จ ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ถ๊ฐ.implementation 'org.springframework.boot:spring-boot-starter-jdbc'โ java๋ DB๋ ์ฐ๊ฒฐํ๋ ค๋ฉด ๊ธฐ๋ณธ์ ์ผ๋ก jdbc๊ฐ ํ์ํ๋ค.runtimeOnly 'com.h2database:h2'โ ๋ฐ์ดํฐ๋ฒ ์ด์ค๊ฐ ์ ๊ณตํ๋ ํด๋ผ์ด์ธํธ.testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.ju..