Skip to content

Commit

Permalink
Choir: 웹소켓 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wkdehdgk159 committed Feb 4, 2024
1 parent ed4210a commit 9294ab4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ dependencies {
runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.mysql:mysql-connector-j'

//WebSocket
implementation 'org.springframework.boot:spring-boot-starter-websocket'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

Expand Down

0 comments on commit 9294ab4

Please sign in to comment.