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
memberRegistrationService.registerMemberWithUserInfo(memberInfoResponse)
The text was updated successfully, but these errors were encountered:
[#229] fix(SocialLoginService): 회원 등록 후 flush()를 호출하여 DB에 반영
8d4571c
[#229] refactor: flush 호출 위치 변경
a7ae443
HOTFIX #229 - 회원 등록 후 flush()를 호출하여 DB에 반영 (#230)
f76896a
* [#229] fix(SocialLoginService): 회원 등록 후 flush()를 호출하여 DB에 반영 * [#229] refactor: flush 호출 위치 변경
hoonyworld
Successfully merging a pull request may close this issue.
Bug/Fix Issue 📌
memberRegistrationService.registerMemberWithUserInfo(memberInfoResponse)
를 통해 새로운 회원을 등록할 때, 해당 데이터는 트랜잭션이 커밋되기 전까지 데이터베이스에 즉시 반영되지 않습니다.Todo ✔️
The text was updated successfully, but these errors were encountered: