From 76b54ccf5d94536475151fde70460043d3d9e150 Mon Sep 17 00:00:00 2001 From: yulmam Date: Fri, 19 Jul 2024 14:28:26 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20websocket=20=EC=9D=98=EC=A1=B4?= =?UTF-8?q?=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/build.gradle b/backend/build.gradle index b21a1da..f18f491 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -21,6 +21,7 @@ dependencies { implementation 'io.livekit:livekit-server:0.5.11' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'mysql:mysql-connector-java:8.0.33' + implementation 'org.springframework.boot:spring-boot-starter-websocket' testImplementation 'org.springframework.boot:spring-boot-starter-test' implementation group: 'io.livekit', name: 'livekit-server', version: '0.6.1' implementation 'org.projectlombok:lombok'