We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pessimistic Lock을 활용하여 예약시 재고 감소 동시성 처리
The text was updated successfully, but these errors were encountered:
[#69] 일자에 해당하는 숙소의 객실 예약 동시성 처리 (#70)
b84e48c
* init optimisticLock * feat: 해당일자 숙소의 객실 예약시 재고 감소 동시성 이슈 해결 - 비관적 락 사용 * fix: 테스트코드 버그 수정 * refactor: 불필요한 주석 코드 제거
DevKTak
No branches or pull requests
주요업무
Pessimistic Lock을 활용하여 예약시 재고 감소 동시성 처리
The text was updated successfully, but these errors were encountered: