Skip to content

Conversation

@JIWONKIMS
Copy link
Collaborator

Summary

Redis Repository 자동 설정을 완전히 비활성화하여 경고 로그를 제거합니다.

Changes

  • @SpringBootApplicationexclude = [RedisRepositoriesAutoConfiguration::class] 추가
  • JPA Repository가 Redis Repository로 스캔되는 것을 원천 차단

Issue

  • PR #110에서 @EnableJpaRepositories를 추가했지만 여전히 Redis Repository 스캔이 발생
  • 6개의 경고 로그가 계속 발생

Test plan

  • 로컬에서 ktlint 체크 통과
  • 배포 후 Redis Repository 경고 로그 완전 제거 확인

🤖 Generated with Claude Code

- Add RedisRepositoriesAutoConfiguration to exclude list in @SpringBootApplication
- This prevents JPA repositories from being scanned as Redis repositories
- Resolves 6 warning logs about repository store assignment

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@JIWONKIMS JIWONKIMS merged commit 194751c into main Oct 10, 2025
1 check passed
@JIWONKIMS JIWONKIMS deleted the fix/be/redis-warning branch October 10, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants