From 8d6ccd214b3d41f6892744d4b0c60ff8f3920640 Mon Sep 17 00:00:00 2001 From: thsghdud13 Date: Sat, 21 Sep 2024 15:29:44 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20:=20build.gradle=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DB 연결정보는 나중에 추가 후 data-jpa 활성화 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7d8d7eb..7fcc471 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ repositories { } dependencies { - implementation 'org.springframework.boot:spring-boot-starter-data-jpa' +// implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-websocket' compileOnly 'org.projectlombok:lombok'