Skip to content

A minimal Spring Cloud example for a course at the university.

Notifications You must be signed in to change notification settings

marzn/MinimalSpringCloudExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Spring Cloud example

In this example project we are targeting the following microservices architecture.

Architecture overview

Run project

Go to scripts folder and run once ./discovery.sh and ./proxy.sh. As often you want, run ./service.sh 1 <instance name> and ./service.sh 2 <instance name>

The service discovery will be accessible at localhost:8761, microservice 1 at localhost:8080/service1/info and microservice 2 at localhost:8080/service2/info

About

A minimal Spring Cloud example for a course at the university.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published