Skip to content

In this repository we have three microservices to implement service discovery using spring cloud.

Notifications You must be signed in to change notification settings

ClaudioCifuentesAlonso/spring-cloud-service-discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-cloud-service-discovery

In this repository we have three microservices to implement service discovery using spring cloud.

Usage

Two options to run the applications:

  1. Execute each application separetly in order (eureka-server, open-api-springdoc and open-api-client) using:
mvn spring-boot:run
  1. Build docker images (Dockerfile present for each application) and execute the applications using docker compose (docker-compose-yml file):
docker-compose up

About

In this repository we have three microservices to implement service discovery using spring cloud.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published