Skip to content

Commit

Permalink
feat: Transaction 읽기 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonyworld committed Nov 19, 2024
1 parent de41b0b commit 0bf2b63
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
import org.sopt.makers.crew.main.internal.dto.ApprovedStudyCountProjection;
import org.sopt.makers.crew.main.internal.dto.ApprovedStudyCountResponseDto;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;

import lombok.RequiredArgsConstructor;

@Service
@RequiredArgsConstructor
@Transactional(readOnly = true)
public class InternalMeetingStatsService {
private final ApplyRepository applyRepository;
private final UserRepository userRepository;
Expand Down

0 comments on commit 0bf2b63

Please sign in to comment.