Skip to content

Commit 82393e6

Browse files
authored
Merge pull request #132 from hamlsy/feat/128
[Feat/128] 방장 재지정 기능 구현 및 동시성 문제 리팩토링
2 parents e516fad + d4941a7 commit 82393e6

86 files changed

Lines changed: 3389 additions & 4367 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dependencies {
4343

4444
//redis
4545
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
46+
implementation("org.redisson:redisson:3.52.0")
4647

4748
//security, oauth2
4849
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
@@ -53,6 +54,9 @@ dependencies {
5354
implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
5455
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5'
5556

57+
//thymeleaf
58+
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
59+
5660
//flyway
5761
// implementation 'org.flywaydb:flyway-core'
5862
// runtimeOnly 'mysql:mysql-connector-j'

0 commit comments

Comments
 (0)