forked from zondahuman/spring-cloud-start1
-
Notifications
You must be signed in to change notification settings - Fork 0
spring cloud Distribute Application . Eureka, Ribbon, Hystrix, Zuul, Config Center.
lious211/spring-cloud-start1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Spring Cloud Distribute Application Include The Following: 1、Spring Cloud Eureka (Global Spring Config Center Server) 2、Spring Cloud Distribute Config Manage (Global Spring Config Center) 3、Spring Cloud Ribbon (Client Load Balance, Default RoundRobin) 4、Spring Cloud Hystrix (Circuit Breaker) 5、Spring Cloud Zuul (Service Gateway) Step one: Run Eureka Application(cloud-eureka-server1) To Be Spring Cloud Register Center. Step Two: Run MicroService Service To Register cloud-service-provider1 and cloud-service-provider1 To Spring Cloud Eureka Server As Service Provider(Or Call It Server). Step Three: Run MicroService Client To Register cloud-eureka-consumer1 or cloud-feign-consumer1 To Spring Cloud Eureka Server As Client Producer(Or Call It Client) If Run The Above Three Steps , The Basic Spring Cloud Application Is Avaiable. Step Four: Add Folder cloud-config-repo To save Spring Cloud Config Center. Step Five: Run Spring Cloud Config Center Server (cloud-config-server1) To Provider Global Spring Cloud Config to External Application . Step Six: Run Spring Cloud Config Center Client (cloud-config-client1) To Call(Test) Global Spring Cloud Config Whether is avaiable. Step Seven Run Spring Cloud Zuul() To Register cloud-api-gateway To Eureka Server And To Call Spring Cloud MicroService Provider , Limit some Invalid Request It is Finished.
About
spring cloud Distribute Application . Eureka, Ribbon, Hystrix, Zuul, Config Center.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%