File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/main/java/com/mangasite/config/init Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 44 FLY_API_TOKEN : ${{ secrets.FLY_AUTH }}
55on :
66 push :
7- branches : [main]
87 workflow_dispatch :
98
109# Your workflows jobs.
Original file line number Diff line number Diff line change 1010import org .springframework .security .core .userdetails .MapReactiveUserDetailsService ;
1111import org .springframework .security .messaging .handler .invocation .reactive .AuthenticationPrincipalArgumentResolver ;
1212import org .springframework .web .cors .reactive .CorsConfigurationSource ;
13- import org .springframework .web .method .ControllerAdviceBean ;
1413import org .springframework .web .reactive .function .server .RouterFunction ;
1514
1615import com .fasterxml .jackson .databind .ObjectMapper ;
@@ -77,8 +76,7 @@ public void initialize(GenericApplicationContext context) {
7776 .addCustomResolver (new AuthenticationPrincipalArgumentResolver ());
7877
7978 handler .registerMessagingAdvice (
80- new ControllerAdviceWrapper (
81- new ControllerAdviceBean (scope .get (RSocketAdvice .class ))));
79+ new ControllerAdviceWrapper (scope .get (RSocketAdvice .class )));
8280 });
8381 }
8482}
You can’t perform that action at this time.
0 commit comments