Skip to content

Commit

Permalink
[FEAT] 읽기전용 @transactional 어노테이션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JIN-076 committed Feb 21, 2024
1 parent e585bd5 commit 1153080
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import org.springframework.transaction.annotation.Transactional;

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

Expand Down

0 comments on commit 1153080

Please sign in to comment.