# zuul-server **Repository Path**: who7708/zuul-server ## Basic Information - **Project Name**: zuul-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Zuul Server Run this app as a normal Spring Boot app. If you run from this project it will be on port 8765 (per the `application.yml`). Also run [eureka](https://github.com/spring-cloud-samples/eureka) and the [stores](https://github.com/spring-cloud-samples/customers-stores/tree/master/rest-microservices-store) and [customers](https://github.com/spring-cloud-samples/customers-stores/tree/master/rest-microservices-customers) samples from the [customer-stores](https://github.com/spring-cloud-samples/customers-stores) sample. You should then be able to view json content from `http://localhost:8765/stores` and `http://localhost:8765/customers` which are configured in `application.yml` as proxy routes. ## Hystrix Fallback Support This sample also includes an example of how to configure Hystrix fallbacks for routes in Zuul. If you hit `http://localhost:8765/self/timeout` you can see the fallback functionality in action.