Skip to content

Conversation

@JIWONKIMS
Copy link
Collaborator

Summary

PR #109 머지로 인해 덮어씌워진 JPA Repository 설정을 재적용하고, ddl-auto를 update로 변경합니다.

Changes

  • KoreaTravelGuideApplication@EnableJpaRepositories(basePackages = ["com.back.koreaTravelGuide.domain"]) 추가
  • RedisConfig에서 중복된 @EnableCaching, @EnableRedisRepositories 제거
  • application-prod.ymlddl-autocreate에서 update로 변경

Issue

Related PRs

Test plan

  • 로컬에서 ktlint 체크 통과
  • 배포 후 Redis Repository 경고 로그 사라지는지 확인
  • ddl-auto update 모드로 정상 동작 확인

🤖 Generated with Claude Code

- Add @EnableJpaRepositories to KoreaTravelGuideApplication to explicitly scan JPA repositories
- Remove duplicate @EnableCaching and @EnableRedisRepositories from RedisConfig
- Change ddl-auto from create to update after database schema reset
- Fixes Redis Repository warning logs by properly separating JPA and Redis repository scans

This re-applies changes from PR #107 that were overwritten by PR #109.

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

Co-Authored-By: Claude <[email protected]>
Copy link
Collaborator

@YangHJ2415 YangHJ2415 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다.

@JIWONKIMS JIWONKIMS merged commit a76f944 into main Oct 10, 2025
1 check passed
@JIWONKIMS JIWONKIMS deleted the fix/be/107 branch October 10, 2025 07:15
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.

3 participants