# sample-zuul-gateway **Repository Path**: mirrors_gspandy/sample-zuul-gateway ## Basic Information - **Project Name**: sample-zuul-gateway - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Running it all local is simple, do the following in sequence, in 3 different terminal windows: .Start up Eureka [source,java] ---- cd sample-eureka mvn spring-boot:run ---- .Start up the Service [source,java] ---- cd sample-svc mvn spring-boot:run ---- .Start up the Gateway [source,java] ---- cd sample-zuul-gateway mvn spring-boot:run ---- If all the applications have come up cleanly, a sample UI should be available at http://localhost:8080