techprimers-admin
- The spring boot admin 2.x.techprimers-service
-The Eureka service which is the Service Registrytechprimers-server
- The Service which is going to give data to the Client.techprimers-client
- The Service which is going to get data from Server via the Discovery Service from the Service Registrytechprimers-zuul
- The Service which is going to get data from Eureka Service Discovery (techprimers-client
).
spring-boot-admin Reference Guide
Version 2.0.1
Project Strucure
- 1 Start Spring cloud service (Eureka) ---- techprimers-service
- 2 Start cloud server ---techprimers-server
- 3 Start Spring boot admin ---techprimers-admin
- 4 Start Spring eureka client ---techprimers-client
- 5 Start Zuul proxy ---techprimers-zuul