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: 사용자의 관심 상품 등록 조회 삭제 기능 개발 #21

Merged
merged 7 commits into from
Aug 1, 2024

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    5ab434d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c139c5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40dbcf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dc3581 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    129c911 View commit details
    Browse the repository at this point in the history
  6. feat: 관심 상품 등록, 조회, 삭제 서비스 로직 생성

    등록과 조회 부분에 feignClient를 사용하여 상품 서비스와 통신을 하기 때문에, circuitBreaker를 적용하였음
    kjungw1025 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    802f69f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4edac1 View commit details
    Browse the repository at this point in the history