Skip to content

Commit

Permalink
feat: service 트랜색션 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
waterricecake committed Jul 27, 2023
1 parent ff4920a commit 98fadf8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
import java.util.Map;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;

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

private static final Currencies DEFAULT_CURRENCIES = Currencies.ofDefault();
Expand Down

0 comments on commit 98fadf8

Please sign in to comment.