Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 462 Bytes

microservices-eureka-demo

This is a simple Eureka Server.

Installation

Once you have checked out this repository, go to the base directory and build it using maven

maven clean install

Running the application

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.