Updated and add dgs websocket

This commit is contained in:
Sambo Chea 2021-08-08 11:01:26 +07:00
parent 53d35264e4
commit b1d9f8eba6

View File

@ -21,6 +21,8 @@ extra["dgsVersion"] = "4.5.0"
dependencies {
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:${property("dgsVersion")}")
runtimeOnly("com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure:${property("dgsVersion")}")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-web")