We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb182c commit b8cbf8dCopy full SHA for b8cbf8d
backend/build.gradle
@@ -29,6 +29,7 @@ dependencies {
29
implementation 'org.springframework.boot:spring-boot-starter-web'
30
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
31
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
32
+ implementation 'org.redisson:redisson-spring-boot-starter:3.50.0'
33
implementation 'org.springframework.boot:spring-boot-starter-websocket'
34
implementation 'org.springframework.boot:spring-boot-starter-security'
35
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
0 commit comments