Skip to content

Commit

Permalink
refactor : findMemberInfo 일기 전용 -> readOnly = true 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdwnsdnjs13 committed Jul 23, 2024
1 parent 3b796b6 commit 13bcdd0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public Boolean deleteMember(String accessToken) {
return Boolean.TRUE;
}

@Transactional(readOnly = true)
@Override
public MemberInfo findMemberInfo(Long memberId) {
Member member = readMemberUsecase.findById(memberId);
Expand Down

0 comments on commit 13bcdd0

Please sign in to comment.