https://github.com/nightingaale/eureka-server
A server provided by Spring Cloud Netflix for microservices, their future registration and address to other microservices
https://github.com/nightingaale/eureka-server
docker eureka-server gradle spring-cloud-eureka
Last synced: about 2 months ago
JSON representation
A server provided by Spring Cloud Netflix for microservices, their future registration and address to other microservices
- Host: GitHub
- URL: https://github.com/nightingaale/eureka-server
- Owner: Nightingaale
- Created: 2025-06-14T20:14:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-27T23:57:32.000Z (10 months ago)
- Last Synced: 2025-08-28T01:33:58.420Z (10 months ago)
- Topics: docker, eureka-server, gradle, spring-cloud-eureka
- Language: Java
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eureka-server (Production)
A service registry provided by Spring Cloud for microservices architecture
# Features
- Service Registration & Discovery: Allows microservices to dynamically register themselves and discover other services by name, eliminating URLs
- Load Balancing Integration: Enables client-side load balancing (Spring Cloud LoadBalancer) by distributing requests across available service instances
- REST API: Provides access to the service registry, allowing custom integrations and automation
# Prerequisites
- Java Development Kit(JDK): Version 17 or higher
- Gradle: For project build and dependency management
- Docker: For building container
```sh
java --version
gradle --version
docker --version
```