• Brian Clozel's avatar
    Adapt WebFlux.fn auto-config to SPR-15536 · fed8c8a6
    Brian Clozel authored
    Since SPR-15536, WebFlux.fn is now configured with `@EnableWebFlux`,
    along the annotated controllers. Both `RouterFunction` and Controller
    instances can now live within the same application and they share
    the same web infrastructure.
    
    This commit removes the custom auto-configuration for `RouterFunction`
    and relies on `@EnableWebFlux` for that.
    
    Closes gh-9165
    fed8c8a6
Name
Last commit
Last update
..
EchoHandler.java Loading commit data...
SampleWebFluxApplication.java Loading commit data...
WelcomeController.java Loading commit data...