Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 503 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 503 Bytes

Eureka Server Microservices

1.Spring Cloud Eureka
2. Spring Cloud Gateway
3. Spring Cloud Hystrix
4. API Gateway


We're making two microservices in this application: an order service & a payment service. We register these two services in Eureka. Then they can talk to each other. Then we register an API gateway to the Service Registry as well. This API gateway comes from Spring Cloud. The API calls we make in Postman end up getting funneled to an H2 database.