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

feat: 쿠폰 캐싱 기능 구현 #255

Merged
merged 5 commits into from
Jan 5, 2024
Merged

Conversation

hongdosan
Copy link
Member

📋 Checklist

  • 🔀 PR 제목의 형식을 잘 작성했나요? (e.g. feat: 유저 조회 기능 구현)
  • 🏷️ 라벨, 프로젝트, 마일스톤은 등록했나요?
  • 🧹 코드 스멜은 해결했나요?

🧩 이슈 번호

👩‍💻 공유 포인트 및 논의 사항

@hongdosan hongdosan added the 🍀 BE 백엔드 레포지토리에서의 작업 label Jan 5, 2024
@hongdosan hongdosan added this to the 5차 스프린트 milestone Jan 5, 2024
@hongdosan hongdosan self-assigned this Jan 5, 2024
Copy link

sonarcloud bot commented Jan 5, 2024

@hongdosan hongdosan merged commit 1a6143f into develop Jan 5, 2024
2 checks passed
@hongdosan hongdosan deleted the feature/#170-redis-caching branch January 5, 2024 03:01
Shin-Jae-Yoon added a commit that referenced this pull request Mar 10, 2024
* chore: config hotfix 반영 (#249)

* hotfix: 랭킹 조회 업데이트

* hotfix: RestControllerAdvice 순서 적용

* refactor: SlackNotification 어노테이션 기반으로 수정

* fix: 빌드 오류 해결

* refactor: 검색 기능 쿼리 변경 (#254)

* feat: init.sql fulltext index 추가

* refactor: 엔티티에 FullText Index 정보 추가

* feat: custom hibernate sql 추가 (match against), 적용

* refactor: test 코드 수정

* feat: 쿠폰 캐싱 기능 구현 (#255)

* retactor : ClockHolder 메서드명 변경

* feat: ClockHolder 시간 추가

* style: ClockHolder 및 메서드명 변경

* feat : Cache 기능 추가

* docs : Reame 작성

* refactor: Match Against 변경

* refactor: rollback

* feat: restdoc openapi 연동 (#259)

* refactor: Readme 수정 (#261)

* feat: java scouter 추가

* refactor: Readme 파일 수정

* fix: aws 다른 계정 이관하면서 acm 추가로 인한 수정

* fix: docker-compose certbot 해제

* feat: rds config 수정

---------

Co-authored-by: parksey <[email protected]>
Co-authored-by: kmebin <[email protected]>
Co-authored-by: Youngmyung Kim <[email protected]>
Co-authored-by: 홍혁준 <[email protected]>
Co-authored-by: ymkim97 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍀 BE 백엔드 레포지토리에서의 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

쿠폰 관련 Redis 캐싱 기능 구현
1 participant