Spring Cloud Gateway Flashcards
1
Q
Spring Cloud Gateway
A
An API gateway providing a common access point to obscure the running location of an application
*used with microservices to expose a common base path then abstract where the service is running(transperant to the client)
*acts as a proxy to direct traffic to and from running instances!!!!!!!
**new project with srping starter gateway dependecy!