You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transaction을 Service layer에서 묶을 수 있도록 유틸 코드 추가가 필요합니다. (자세한 내용은 아래 참고)
https://gorm.io/docs/transactions.html <- 기본 tansaction 사용법은 gorm 문서를 참고하면 되는데, 이건 gorm.DB에 의존적이라 Repository layer에서는 자유롭게 사용 가능하지만 Service layer에서는 바로 사용하기 어려운 구조입니다.
그래서 Service layer에서도 transaction을 자유롭게 쓸 수 있을만한 유틸이 필요하고 이를 위한 코드를 개발합니다.
The text was updated successfully, but these errors were encountered:
Summary
The text was updated successfully, but these errors were encountered: