-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Description
Arjen Poutsma opened SPR-15536 and commented
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
.
Issue Links:
- CORS Options request forbidden with Webflux [SPR-15704] #20261 CORS Options request forbidden with Webflux
- Can't use RouterFunction and RestController together [SPR-15405] #19968 Can't use RouterFunction and RestController together
Referenced from: commits 01e3561
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement