course-spring-microservices icon indicating copy to clipboard operation
course-spring-microservices copied to clipboard

Code examples built for the purpose of video course: Microservices With Spring Boot And Spring Cloud

Microservices With Spring Boot And Spring Cloud

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