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
이 글은 우테코 달록팀 크루 후디가 작성했습니다. 오랜만의 포스팅 입니다. 이번 글에서는 달록에서 발생한 동시성 이슈를 JPA의 낙관적 락을 사용하여 해결한 경험에 대해 공유드리겠습니다. 문제 상황 달록은 카테고리 역할이라는 도메인이 존재합니다.
https://dallog.github.io/troubleshooting-of-category-role-concurrency-issue/
The text was updated successfully, but these errors were encountered:
글 잘 봤습니다 후디 ㅎㅎㅎ 많은 도움이 되었습니다!! 그런데 질문이 있어요!!
트랜잭션 커밋시점에 데이터가 변경될텐데 저렇게 서비스 메서드에서 try-catch로 예외를 바꿔주는 것이 가능한가요?
Sorry, something went wrong.
No branches or pull requests
JPA의 낙관적 락을 사용한 동시성 이슈 해결
이 글은 우테코 달록팀 크루 후디가 작성했습니다. 오랜만의 포스팅 입니다. 이번 글에서는 달록에서 발생한 동시성 이슈를 JPA의 낙관적 락을 사용하여 해결한 경험에 대해 공유드리겠습니다. 문제 상황 달록은 카테고리 역할이라는 도메인이 존재합니다.
https://dallog.github.io/troubleshooting-of-category-role-concurrency-issue/
The text was updated successfully, but these errors were encountered: