redis repository 자동 스캔 비활성화
This commit is contained in:
@@ -3,8 +3,6 @@ server:
|
||||
|
||||
logging:
|
||||
level:
|
||||
org.springframework.data.redis.core: DEBUG
|
||||
org.springframework.data.redis.connection: DEBUG
|
||||
com:
|
||||
amazonaws:
|
||||
util:
|
||||
@@ -54,6 +52,10 @@ jwt:
|
||||
secret: ${JWT_SECRET}
|
||||
|
||||
spring:
|
||||
data:
|
||||
redis:
|
||||
repositories:
|
||||
enabled: false
|
||||
valkey:
|
||||
host: ${VALKEY_HOST}
|
||||
port: ${VALKEY_PORT}
|
||||
|
Reference in New Issue
Block a user