Skip to content

piomin/course-spring-microservices

Repository files navigation

Microservices With Spring Boot And Spring Cloud Twitter

CircleCI

SonarCloud Bugs Coverage Lines of Code

That is repository with examples used for video course Microservices With Spring Boot And Spring Cloud.

Requirements

To run the example applications you need to have installed:

  1. Intellij IDEA
  2. JDK 11+
  3. Maven

Structure

Each directory in the root project is related with the single part of the course.

Part 1 - Introduction to Spring Boot

  • intro-to-spring-boot

Part 2 - Distributed configuration & service discovery

  • config-and-discovery

Part 3 - Inter-service communication

  • inter-communication

Part 4 - API Gateway

  • api-gateway

Part 5 - Event-driven microservices

  • event-driven