You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
현재는 User가 FK를 갖고 있지 않아 문제 없지만, User가 FK를 갖게 된다면 필터에서 찾아온 member를 서비스 로직에서 그대로 사용하게 되면 트랜잭션이 달라 에러가 난다. 이에 대비해 필터가 아닌 UserUtils에서 찾아온 member를 사용하게 수정한다.
📝 To-do
UserUtils 추가
UserUtils 적용
The text was updated successfully, but these errors were encountered:
📌 Description
📝 To-do
The text was updated successfully, but these errors were encountered: