Fix : 레디스 설정 deprecated로 변경(spring boot 3.2부터 변경됨)

This commit is contained in:
lsh9672
2025-06-11 17:43:38 +09:00
committed by 정유빈
parent 65d8b91140
commit 0f92015b84
18 changed files with 374 additions and 51 deletions
+6 -5
View File
@@ -19,11 +19,12 @@ spring:
hibernate:
format_sql: true
dialect: org.hibernate.dialect.PostgreSQLDialect
redis:
host: ${REDIS_HOST:localhost}
port: ${REDIS_PORT:6379}
password: ${REDIS_PASSWORD:}
data:
redis:
host: ${REDIS_HOST:localhost}
port: ${REDIS_PORT:6379}
password: ${REDIS_PASSWORD:}
recommendation:
cache-ttl: 3600 # 1시간