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

캐시 적용하기 #222

Open
Tracked by #221
JoosungKwon opened this issue May 16, 2023 · 0 comments
Open
Tracked by #221

캐시 적용하기 #222

JoosungKwon opened this issue May 16, 2023 · 0 comments
Assignees
Labels
♻️ Refactor Refactoring

Comments

@JoosungKwon
Copy link
Member

No description provided.

@JoosungKwon JoosungKwon self-assigned this May 16, 2023
@JoosungKwon JoosungKwon added the ♻️ Refactor Refactoring label May 16, 2023
@JoosungKwon JoosungKwon changed the title 캐시적용 캐시 적용하기 May 16, 2023
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: 임베디드 레디스 설정 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ Refactor Refactoring
Projects
None yet
Development

No branches or pull requests

1 participant