Skip to content

Commit 796aaf8

Browse files
committed
Update RSocketAdvice.java
1 parent 41448dc commit 796aaf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/mangasite/rsocket/RSocketAdvice.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66

77
import io.rsocket.exceptions.CustomRSocketException;
88
import io.rsocket.exceptions.RejectedException;
9+
import jakarta.inject.Singleton;
910
import reactor.core.publisher.Mono;
1011

12+
@Singleton
1113
@ControllerAdvice
1214
public class RSocketAdvice {
1315

0 commit comments

Comments
 (0)