콘텐츠 예약 오픈 설정

- 분산락 제거, 서버가 여러대라면 여러번 호출될 수 있음
This commit is contained in:
2024-12-02 08:40:38 +09:00
parent e0d48712ac
commit e470e70612
3 changed files with 2 additions and 34 deletions

View File

@@ -34,7 +34,6 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.springframework.retry:spring-retry")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.redisson:redisson-spring-boot-starter:3.17.7")
// jwt
implementation("io.jsonwebtoken:jjwt-api:0.11.5")