Eiselems Spring Boot Microservices Save

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

Project README

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
  • gatewayservice

How to run

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

Access http://localhost:9999/api/cs/count and refresh a few times to see the counter increase. You also can access the counterservice itself directly at http://localhost:8080/count.

Open Source Agenda is not affiliated with "Eiselems Spring Boot Microservices" Project. README Source: eiselems/spring-boot-microservices

Open Source Agenda Badge

Open Source Agenda Rating