동시성 제어에 대한 관심이 많아서, 선착순 쿠폰 발급 서비스를 개발해 보기로 결정했습니다.
코드: https://github.com/youngho9999/Coupon/tree/master/singlerdb/src/main/java/com/test/singlerdb/coupon/serializable 사례 1 - 1WAS, 1RDB 사례 1 - 방법 1 Serializable 가장 먼저, Transaction Isolation Level 을 S...
사례 1 - 1WAS, 1RDB 사례 1 - 방법 2 Repeatable >코드: https://github.com/youngho9999/Coupon/tree/master/singlerdb/src/main/java/com/test/singlerdb/coupon/repeatable 이전 글에선 트랜잭션 격리수준을 Serializable 로 설정하여 문제...