Skip to content

Commit

Permalink
♻️ add transaction to recipe service
Browse files Browse the repository at this point in the history
  • Loading branch information
oshyun00 committed Aug 2, 2024
1 parent 402c806 commit 310a581
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
import org.springframework.data.domain.Pageable;
import org.springframework.http.HttpStatus;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;

@Service
@Transactional
@RequiredArgsConstructor
public class RecipeService {

Expand Down

0 comments on commit 310a581

Please sign in to comment.