Skip to content

Commit

Permalink
refactor/transactional추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyeoungrok committed May 23, 2024
1 parent dcc8242 commit 76ef8f2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import backend.univfit.global.dto.response.GeneralResponse;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;

import java.time.LocalDate;
import java.util.ArrayList;
Expand All @@ -28,6 +29,7 @@

@Service
@RequiredArgsConstructor
@Transactional
public class ApplyListService {
private final ApplyJpaRepository applyJpaRepository;
private final MemberJpaRepository memberJpaRepository;
Expand Down

0 comments on commit 76ef8f2

Please sign in to comment.