Skip to content

Commit

Permalink
chore: readonly 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Dec 8, 2024
1 parent b6635e5 commit 17cc5c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@Repository
@RequiredArgsConstructor
@Transactional
@Transactional(readOnly = true)
public class MeetingReader {

private final MeetingRepository meetingRepository;
Expand Down

0 comments on commit 17cc5c2

Please sign in to comment.