Skip to content

pzma/spring-boot-microservices

 
 

Repository files navigation

spring-boot-microservices

This repository contains the coding part of 'Microservices with Mo'. A tutorial series about creating an microservice architecture with Spring Boot.

Here are the links to all parts of the series:

The architecture consists / will consist of following services:

  • counterservice
  • configservice
  • servicediscovery
  • adminservice
  • edgeservice

How to run

git clone https://github.com/eiselems/spring-boot-microservices.git && spring-boot-microservices
mvn clean package
docker-compose up

Access http://localhost:8080/count and refresh a few times to see the counter increase

About

This repo is part of a tutorial about writing microservices using Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 51.9%
  • Batchfile 39.9%
  • Java 8.2%