Skip to content

Commit

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

@Repository
@RequiredArgsConstructor
@Transactional
@Transactional(readOnly = true)
public class UserReader {
private final UserRepository userRepository;

Expand Down

0 comments on commit 8938b9e

Please sign in to comment.