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 route objects are loaded automatically by taking a list of files via listRouteFiles() method. It would be great to have a routes() (or similar method) in RouterConfigurationSupport, by which we can pass pre-constructed routes.
This will be helpful in case the request mapping needs to be maintained in some other place. For ex: server acting as a proxy for multiple/different REST calls.
If this seems a valid option, adding this functionality in new 2.x branch alone is also fine.
The text was updated successfully, but these errors were encountered:
Currently route objects are loaded automatically by taking a list of files via listRouteFiles() method. It would be great to have a routes() (or similar method) in RouterConfigurationSupport, by which we can pass pre-constructed routes.
This will be helpful in case the request mapping needs to be maintained in some other place. For ex: server acting as a proxy for multiple/different REST calls.
If this seems a valid option, adding this functionality in new 2.x branch alone is also fine.
The text was updated successfully, but these errors were encountered: