Welcome to the Eureka Server project! This project serves as a service registry and discovery server for microservices in a cloud-native architecture.
The Eureka Server provides the following features:
- Service registration and discovery for microservices.
- High availability and fault tolerance.
- Dashboard for monitoring registered services.
To get started with the Eureka Server, follow these steps:
- Clone this repository:
git clone https://github.com/your-username/eureka-server.git
- Navigate to the project directory:
cd eureka-server
- Build the project:
mvn clean package
- Run the application:
java -jar target/eureka-server-${version}.jar
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.