-
Notifications
You must be signed in to change notification settings - Fork 0
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
[FEAT] 방 설정 변경에 검증 로직 추가 #219
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~~ 수고했어요 든든
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~!
@@ -19,7 +19,7 @@ public Room createRoom() { | |||
return roomRepository.save(Room.createNewRoom()); | |||
} | |||
|
|||
@Transactional | |||
@Transactional(readOnly = true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사해용 ~
Issue Number
#215
As-Is
To-Be
Check List
Test Screenshot
(Optional) Additional Description
@Transactional
로 설정되어 있어서 ReadOnly로 변경해주었습니다.