Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.31 KB

README.md

File metadata and controls

15 lines (13 loc) · 1.31 KB

Spring boot Microservices

Spring boot Microservices is Spring boot application which covers basic and advanced Spring boot microservices concepts :

  • How to create Microservice in Spring boot
  • How microservices communicates together via HTTP
  • How to set up Spring Cloud dependency
  • How microservices communicates each other via Eureka server
  • Open Feign client set up and microservice communication via Feign client
  • Distributed Tracing via Sleuth and Zipkin
  • How to use Spring cloud API Gateway
  • Message queues - RabbitMQ
  • How to package microservice to Docker image via Jib Maven plugin
  • How to set up Kubernetes and run microservices in K8S