Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 347 Bytes

File metadata and controls

6 lines (4 loc) · 347 Bytes

API Gateway with Zuul and Eureka

Spring Cloud provides set of libraries for creating microservices in Java. This example shows how to create simple microservices with following technologies:

  • Zuul – gateway service that provides dynamic routing, monitoring, resiliency, security, and more
  • Eureka – service registration and discovery