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
현재 LinkService가 클래스 레벨에 @Transactional을 사용하고 있어 CQRS 패턴을 위반
이슈 내용
LinkService는 Command/Query Service를 조율하는 Facade 역할로, 이미 내부에서 호출하는 Command/Query Service들이 각각 적절한 트랜잭션 설정을 가지고 있음. LinkServiTransactional을 붙이면 중복 트랜잭션이 발생