alexmarqs / springboot-microservices-example

Simple example using Microservices + SpringBoot + SpringCloud + Netflix OSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microservices + SpringBoot + SpringCloud + Netflix OSS

This is a simple example of how you can create microservices using SpringBoot with SpringCloud and Netflix OSS.

  • Spring Boot for the microservices projects
  • API Gateway based on Netflix Zuul
  • Service Discovery Server based on Spring Eureka

System requirements

  • JDK 8
  • Maven

TODO actions

  • Spring Cloud LoadBalancer to provide client-side load-balancing in calls to another microservice
  • Add Circuit Breaker (Netflix Hystrix)
  • Http Client Feign to synchronous communication between microservices
  • Docker integration

About

Simple example using Microservices + SpringBoot + SpringCloud + Netflix OSS


Languages

Language:Java 100.0%