Skip to content

Commit

Permalink
refactor : @transactional readOnly 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
java-saeng committed Oct 5, 2023
1 parent e3b37d0 commit c0a64b3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
import java.util.stream.Collectors;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;

@Service
@RequiredArgsConstructor
@Transactional(readOnly = true)
public class NotificationQueryService {

private final NotificationRepository notificationRepository;
Expand Down

0 comments on commit c0a64b3

Please sign in to comment.