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

Feature/18 #20

Merged
merged 3 commits into from
Oct 18, 2021
Merged

Feature/18 #20

merged 3 commits into from
Oct 18, 2021

Conversation

hyejungg
Copy link
Collaborator

[feat:#18] MySQL user-level 분산락 구현

  1. MySQL user-level의 분산락을 구현

[refator:] 코드 리팩토링

  1. booking 여부에 따른 log 값 insert의 경우 booking 결과에 따라 controller 에서 진행하는게 올바른 방법
  2. read하는 경우, 무조건 read만 하도록 트랜잭션 어노테이션 추가
  3. MySQL user-level의 분산락에 트랜잭션 코드 추가

1. booking 여부에 따른 log 값 insert의 경우 booking 결과에 따라 controller 에서 진행하는게 올바른 방법
2. read하는 경우, 무조건 read만 하도록 트랜잭션 어노테이션 추가
3. MySQL user-level의 분산락에 트랜잭션 코드 추가
@hyejungg hyejungg added feature 기능 구현 refator 코드 개선 labels Oct 16, 2021
@hyejungg hyejungg added this to the 예약 관련 기능 구현 milestone Oct 16, 2021
@hyejungg hyejungg self-assigned this Oct 16, 2021
@hyejungg hyejungg merged commit 2f8767a into main Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 구현 refator 코드 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant