Skip to content

Commit 592ef4a

Browse files
committed
fix: 레디스 리포지토리 스캔 비활성화
- 무엇을: spring.data.redis.repositories.enabled 위치를 올바르게 수정 - 왜: 잘못된 경로로 설정되어 Redis 스캔 로그가 계속 출력됨 - 영향/리스크: 로그만 줄어들며 기능 영향 없음
1 parent fd7f858 commit 592ef4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ spring:
130130
host: ${REDIS_HOST}
131131
port: ${REDIS_PORT}
132132
password: ${REDIS_PASSWORD:}
133-
repositories:
134-
enabled: false
133+
repositories:
134+
enabled: false
135135

136136
springdoc:
137137
swagger-ui:

0 commit comments

Comments
 (0)