-
Notifications
You must be signed in to change notification settings - Fork 0
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
[#91] coupon use #93
Merged
Merged
[#91] coupon use #93
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redisson 설정 변경
feature/79-coupon
[#79] refactor: 재고감소 메서드명 변경
[#79] feat : 재고 부족시 예외처리
1. 락 흭득 레이어 service -> facade 2. 락 흭득 위치에 따른 메서드명 변경 * decreaseStockAndGetLock -> decreaseStock
[#79] 선착순 쿠폰 생성 로직 수정
- 분산락 AOP로 커스텀 애노테이션(@distributedlock)으로 변경 - 쿠폰 생성 로직에서 락 관련 코드 제거
[#79] distributed lock 관심사 분리
- change server ip
submoudle update
* 유효기간 관련 예외 내용 변경 * (상품) 유효기간이 지남 -> 상품 유효기간이 지남
* 유효기간 관련 예외 메시지 변경 * (상품) 유효기간이 지남 -> 상품 유효기간이 지남
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
작업 요약
작업 내용