Skip to content

DaqingFeng/spring-cloud-zuul-eureka-sample

Repository files navigation

Spring boot 2.x + Spring cloud + Spring boot admin 2.x

Components

  • techprimers-admin - The spring boot admin 2.x.
  • techprimers-service -The Eureka service which is the Service Registry
  • techprimers-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 Registry
  • techprimers-zuul - The Service which is going to get data from Eureka Service Discovery (techprimers-client).

Getting Started

MicroServcie working princple Screenshot application list

Screenshots

Project Strucure

Screenshot application list

Spring boot admin 2.x Screenshot application list

zuul proxy Screenshot application list

eureka service Screenshot application list

Swagger Api hepler Screenshot application list

Run project

  • 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