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

This commit is contained in:
lsh9672
2025-06-11 17:43:38 +09:00
parent 65d8b91140
commit a846987fa8
5 changed files with 35 additions and 31 deletions
+5 -5
View File
@@ -19,11 +19,11 @@ 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:}
servlet:
multipart: