Skip to content

sambamitra/edge-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Edge Server

This is an Edge Server project based on Netflix Zuul and Spring Cloud.

Prerequisites

How to run

  • Clone the project
  • Build the project using : mvn clean install -DskipDockerBuild
  • Run the component using : java -jar edge-server-0.1.0-SNAPSHOT.jar
  • Go to https://localhost:8765/routes. This should show all the routes that are configured in Zuul.

Microservice architecture model

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