ramarao-gaggara / springboot-microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Java 76.2%Language:Dockerfile 21.3%Language:Shell 2.5%