Skip to content

sambamitra/discovery-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Discovery Server

This is a Discovery Server project based on Netflix Eureka and Spring Cloud.

Prerequisites

How to run

  • Clone the project
  • Build the project using : mvn clean install -DskipDockerBuild
  • Run the component using : java -jar discovery-server-0.1.0-SNAPSHOT.jar
  • Go to https://localhost:8761. This should show the Eureka dashboard with all the services registered to Eureka.

Microservice architecture model

This project is part of an example microservice architecture model. For more details, go to Microservice Example