Fix : 레디스 설정 deprecated로 변경(spring boot 3.2부터 변경됨)
This commit is contained in:
@@ -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시간
|
||||
|
||||
Reference in New Issue
Block a user