mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 11:26:25 +00:00
10 lines
239 B
Groovy
10 lines
239 B
Groovy
bootJar {
|
|
archiveFileName = 'meeting.jar'
|
|
}
|
|
|
|
dependencies {
|
|
// WebSocket
|
|
implementation 'org.springframework.boot:spring-boot-starter-websocket'
|
|
implementation 'org.springframework.boot:spring-boot-starter-reactor-netty'
|
|
}
|