This is a simple Eureka Server.
Once you have checked out this repository, go to the base directory and build it using maven
maven clean install
Once the project is successfully built, you can run the following command:
java -jar .\target\eureka-1.jar
The application would run at the configured port and act as a discovery server for all your micro-services.