Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring Data Respository를 사용한 Redis 캐싱 수행시 Hikaricp Conneciton을 사용하는 문제 해결 #191

Merged
merged 3 commits into from
Jul 27, 2024

Commits on Jul 27, 2024

  1. feat: RedisCacheManager를 적용하여 Hikaricp Connection을 사용하지 않도록 수정

    - TTL을 1일로 설정하고 id와 유저 정보를 각각 key와 value로 설정
    - MemberPrincipal에 UserRole 필드를 추가하여 authorities 대신 캐싱되도록 반영
    - 변경점 모두 수정
    JadeKim042386 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    4b60efd View commit details
    Browse the repository at this point in the history
  2. test: 테스트 코드 수정

    - 유저 정보 캐싱 코드를 수정하면서 변경된 부분에 대한 테스트 코드를 수정
    JadeKim042386 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    2424ed8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c115b6 View commit details
    Browse the repository at this point in the history