{"id":21420680,"url":"https://github.com/ayushkhodankar/spring-cloud-zuul","last_synced_at":"2026-05-18T18:38:57.256Z","repository":{"id":70836264,"uuid":"590977359","full_name":"Ayushkhodankar/spring-cloud-zuul","owner":"Ayushkhodankar","description":"Zuul API Gateway Implementation","archived":false,"fork":false,"pushed_at":"2025-01-01T06:37:26.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T06:32:03.470Z","etag":null,"topics":["java","spring-boot","spring-cloud","springcloud-config","springcloud-demo","zuul","zuul-api-gateway","zuul-gateway"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ayushkhodankar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-19T16:47:54.000Z","updated_at":"2025-01-01T06:37:30.000Z","dependencies_parsed_at":"2025-01-23T06:27:54.734Z","dependency_job_id":"33701b36-9126-4893-8315-3f713a5ad4f5","html_url":"https://github.com/Ayushkhodankar/spring-cloud-zuul","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushkhodankar%2Fspring-cloud-zuul","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushkhodankar%2Fspring-cloud-zuul/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushkhodankar%2Fspring-cloud-zuul/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushkhodankar%2Fspring-cloud-zuul/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ayushkhodankar","download_url":"https://codeload.github.com/Ayushkhodankar/spring-cloud-zuul/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243926072,"owners_count":20369910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","spring-boot","spring-cloud","springcloud-config","springcloud-demo","zuul","zuul-api-gateway","zuul-gateway"],"created_at":"2024-11-22T20:20:37.751Z","updated_at":"2026-05-18T18:38:52.224Z","avatar_url":"https://github.com/Ayushkhodankar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zuul - Spring Cloud\n\nZuul Server is an API Gateway application. It handles all the requests and performs the dynamic routing of microservice applications. It works as a front door for all the requests.\n\n## Contents in the Repository\n\nThis repository consists of the implementation of the Zuul API Gateway in Java.\n\n### Modules\n\n1. **gateway-service**\n   - A module using Spring Cloud Netflix Zuul for running a Spring Boot application that acts as a proxy/gateway in our architecture.\n\n   #### Dependency\n   Add the following dependency in `pom.xml` to enable the Zuul Gateway in the module:\n   ```xml\n   \u003cdependency\u003e\n       \u003cgroupId\u003eorg.springframework.cloud\u003c/groupId\u003e\n       \u003cartifactId\u003espring-cloud-starter-netflix-zuul\u003c/artifactId\u003e\n   \u003c/dependency\u003e\n   ```\n\n   #### Configuration\n   Add the following properties in `application.properties`:\n   ```properties\n   zuul.routes.doctor-service.url=http://localhost:8081/\n   zuul.routes.diagnosis-service.url=http://localhost:8082/\n   ribbon.eureka.enabled=false\n   server.port=8080\n   ```\n\n2. **diagnosis-service**\n   - An API module that invokes services acknowledged in diagnosis.\n\n   #### Configuration\n   Add the following properties in `application.properties`:\n   ```properties\n   spring.application.name=diagnosis-service\n   server.port=8081\n   ```\n\n3. **hospital-service**\n   - An API module that shows and presents the services provided in the hospital arena.\n\n   #### Configuration\n   Add the following properties in `application.properties`:\n   ```properties\n   spring.application.name=doctor-service\n   server.port=8082\n   ```\n\n## Tools and Technologies Used\n\n- **Spring Tool Suite 4**\n- **Eclipse 2022-12**\n- **Java Version**: 1.8\n- **JDK**: 17\n- **Zuul Netflix Support/Dependency**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushkhodankar%2Fspring-cloud-zuul","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayushkhodankar%2Fspring-cloud-zuul","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushkhodankar%2Fspring-cloud-zuul/lists"}