You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a RouterFunctions.toHandlerMapping creates a HandlerMapping aimed at integrating with the DispatcherHandler, perhaps even in combination with @Controllers. The downside of this approach is that it requires the user to explicitly specify the router functions that need to be exposed, and manually integrate it in the DispatcherHandler.
The aim of this issue is to improve that experience, possibly to enable RouterFunction support automatically through @EnableWebFlux.
Arjen Poutsma opened SPR-15536 and commented
Currently, a
RouterFunctions.toHandlerMapping
creates aHandlerMapping
aimed at integrating with theDispatcherHandler
, perhaps even in combination with@Controllers
. The downside of this approach is that it requires the user to explicitly specify the router functions that need to be exposed, and manually integrate it in theDispatcherHandler
.The aim of this issue is to improve that experience, possibly to enable
RouterFunction
support automatically through@EnableWebFlux
.Issue Links:
Referenced from: commits 01e3561
The text was updated successfully, but these errors were encountered: