Skip to content

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

Notifications You must be signed in to change notification settings

piomin/course-spring-microservices

Folders and files

NameName
Last commit message
Last commit date
Jan 26, 2025
Apr 4, 2023
Apr 4, 2023
Apr 4, 2023
Feb 4, 2025
Mar 23, 2025
Mar 21, 2025
Apr 3, 2023
Jan 25, 2023

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