{"id":21420670,"url":"https://github.com/ayushkhodankar/eureka-server","last_synced_at":"2026-05-21T07:44:00.651Z","repository":{"id":70836208,"uuid":"590987640","full_name":"Ayushkhodankar/Eureka-Server","owner":"Ayushkhodankar","description":"Eureka Server Implementation","archived":false,"fork":false,"pushed_at":"2024-09-09T03:37:34.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T06:32:02.709Z","etag":null,"topics":["eureka-client","eureka-discovery-service","eureka-server","java","java17-spring-boot","spring-boot","spring-cloud","spring-cloud-gateway","spring-cloud-netflix"],"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-19T17:15:34.000Z","updated_at":"2024-09-09T03:37:37.000Z","dependencies_parsed_at":"2025-01-23T06:27:52.281Z","dependency_job_id":null,"html_url":"https://github.com/Ayushkhodankar/Eureka-Server","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%2FEureka-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushkhodankar%2FEureka-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushkhodankar%2FEureka-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushkhodankar%2FEureka-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ayushkhodankar","download_url":"https://codeload.github.com/Ayushkhodankar/Eureka-Server/tar.gz/refs/heads/main","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":["eureka-client","eureka-discovery-service","eureka-server","java","java17-spring-boot","spring-boot","spring-cloud","spring-cloud-gateway","spring-cloud-netflix"],"created_at":"2024-11-22T20:20:32.144Z","updated_at":"2026-05-21T07:44:00.610Z","avatar_url":"https://github.com/Ayushkhodankar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eureka-Server\n\n- Eureka Server is an application that holds the information about all client-service applications.\n- Every Micro service will register into the Eureka server and Eureka server knows all the client applications running on each port and IP address.\n- Eureka Server is also known as Discovery Server.\n\n\u003cimg src=\"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcMZBv7AZQvpLEMR7kO9p7QAR6gN7EsYQnkDJz6rG0m2sgCnflPr4rZoXwW8HZv2Y7KU9mMa_JHVen62eYiG81hNZYm1saPpfuBJGjlD-XMS0sMkpn9nHQYbFSaBoXwnPzxA0ac8j-L0irv85FEuu7KG2jFzzWMtl6FRnY0bv1XTVYTugS_SK9lDGD/s1920/Spring%20Boot%20Microservices.012.jpeg\" alt=\"image\"\u003e\u003c/img\u003e\n\n# In The Repository\n\nThis sample Eureka-server based repository consists of the following modules:\n- **Eureka Server** - A Eureka Server is initialized and implemented in this module to handle the Client-APIs request.\n\nThis dependency in the pom.xml represents the Main Eureka Server Initialization.\n### \n    \u003cdependency\u003e\n    \t\u003cgroupId\u003eorg.springframework.cloud\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003espring-cloud-starter-netflix-eureka-server\u003c/artifactId\u003e\n\t\t\u003c/dependency\u003e\n\n- **diagnosis-service** - an API module that basically invokes services acknowlegded in diagnosis.\n\nThis dependency in the pom.xml represents the Eureka Client API Initialization.\n### \n     \u003cdependency\u003e\n\t\t\t\u003cgroupId\u003eorg.springframework.cloud\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003espring-cloud-starter-netflix-eureka-client\u003c/artifactId\u003e\n\t\t\u003c/dependency\u003e\n- **hospital-service** - an API module that basically shows and presents the services provided in hosspital arena.\n\nThis dependency in the pom.xml represents the Eureka Client API Initialization.\n###\n    \u003cdependency\u003e\n\t\t\t\u003cgroupId\u003eorg.springframework.cloud\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003espring-cloud-starter-netflix-eureka-client\u003c/artifactId\u003e\n\t\t\u003c/dependency\u003e\n\n\nThis Repository was built in :\n\n1. Spring Tool Suite - 4\n2. Eclipse 2022-12\n3. Java Version - 1.8\n4. JDK-17\n5. Eureka-Server Dependency\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushkhodankar%2Feureka-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayushkhodankar%2Feureka-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushkhodankar%2Feureka-server/lists"}