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 d6d9565 commit b90310cCopy full SHA for b90310c
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