We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d1fa0 commit 8fc0e8bCopy full SHA for 8fc0e8b
src/main/java/com/somemore/notification/handler/NotificationHandlerImpl.java
@@ -8,9 +8,11 @@
8
import com.somemore.sse.usecase.SseUseCase;
9
import lombok.RequiredArgsConstructor;
10
import org.springframework.stereotype.Component;
11
+import org.springframework.transaction.annotation.Transactional;
12
13
@Component
14
@RequiredArgsConstructor
15
+@Transactional
16
public class NotificationHandlerImpl implements NotificationHandler {
17
18
private final NotificationRepository notificationRepository;
0 commit comments