에러 전문

🤔원인

@Transactional(readOnly = true)
public MemberService {
 
}

@Transactional 이 읽기 전용으로 되어 있어 발생하는 오류

✅해결 방법