Eliminates the need for the use of cumbersome RESTful routes by providing a simple/easy means to matching URIs to a resource(s).
- Provides a routing management system to catalogue routes.
- Decouples the client from the server. As such, the server is free from holding data/state.
It is designed to forward API Server request from one central point.
".........The Router API provides a mechanism for routing API requests intended for API Servers......"
- Maven - Dependency Management