Home

Awesome

spring-cloud-examples

Examples of microservice instrastructures

This project contains several examples of microservice infrastructures implemented with Spring Boot and Spring Cloud projects. The aim of each project is to provide an end to end example, being able to deploy it without too much hassle.

Overview

Each folder represents a type of example (config-provider, service-registry, etc...) Each example is divided in subfolders, which are maven projects in charge of a specific service. For example, for the zuul-proxy-cloud-bus example, we have the following folders:

Deployment

Each service could be deployed running the following: mvn spring-boot:run

For example, for the microservice infrastructure declared on the project zuul-proxy-cloud-bus we will deploy the infrastructure doing the following: