From 5e50e96efb8d0e951f8d784ec41ef9140f4f0e29 Mon Sep 17 00:00:00 2001 From: gitjiho Date: Sat, 16 Nov 2024 01:47:53 +0900 Subject: [PATCH] feat: db --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5007b6a..e8b08a3 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' compileOnly 'org.projectlombok:lombok' - implementation 'mysql:mysql-connector-java:8.0.33' + runtimeOnly 'com.h2database:h2' annotationProcessor 'org.projectlombok:lombok' testImplementation 'org.springframework.boot:spring-boot-starter-test' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'