This repository contains a Spring Cloud Reference Architecture containing of the following microservices:
- Service Registry
- Spring Boot Admin
- Microservice 1 (Client)
- Microservice 2 (Contacted by Microservice 1)
- Gateway (Zuul)
- Zipkin Server
Just run all Spring Boot Applications.
- Microservice 1: http://localhost:8080/ms1
- Spring Boot Admin: http://localhost:8000
- Zipkin Server: http://localhost:7000