-
Notifications
You must be signed in to change notification settings - Fork 5
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
캐시 적용하기 #222
Labels
♻️ Refactor
Refactoring
Comments
Merged
JoosungKwon
added a commit
that referenced
this issue
May 30, 2023
* fix: springCloudVersion 변경 - mac m1 칩에서 'Hoxton.SR12' 버전이 오류가 있어 2021.0.2 버전으로 변경하였습니다.\ - 참고: https://velog.io/@csh0034/M1-Wiremock-no-conscryptopenjdkjni-osx-aarch64-in-java.library.path * chore: Spring-Boot Stater Cache 의존성 추가 * feat: CacheConfig & redisCacheManager 추가 - EnableCaching - RedisCacheManager Bean 등록 * feat: User 조회 메서드에 캐시 추가 - User에 캐시를 추가하는 이유 : 시간 지역성, 즉 서비스를 사용하기 시작한 사용자는 일정 시간 동안 자신의 데이터를 반복 요청하는 경우가 많기 때문에 캐시가 유효함 * fix: RequiredArgsConstructor 추가 - 실수로 빠뜨렸습니다.. * fix: 임베디드 레디스 설정 추가
Merged
JoosungKwon
added a commit
that referenced
this issue
Jul 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: