Skip to content

Components

Wuyi Chen edited this page Mar 27, 2019 · 32 revisions

Servers

Official Name Directory Name Application Name Port
Config Server config-server configserver 8888
Eureka Server eureka-server 8761
Zipkin Server zipkin-server 9411
Zuul Server zuul-server zuulservice 5555

Services

Official Name Directory Name Application Name Port
Licensing Service licensing-service licensingservice 8080
Organization Service organization-service organizationservice 8060
Authentication Service authentication-service authenticationservice
Specialroutes Service specialroutes-service specialroutesservice 8040

The order of starting different servers and services

No. Server/Service Name Description Dependencies
1 Config Server Provide the configuration parameters for other services None
1 Eureka Server Provide the service discovery functionality None
3 Zuul Server Provide the service gateway functionality 1. Eureka Server
4 Organization Service 1. Config Server 2. Eureka Server
5 Licensing Service 1. Config Server 2. Eureka Server 3. Organization Service
6 Special Routes Service 1. Config Server 2. Eureka Server
Clone this wiki locally