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:
- Intellij IDEA
- JDK 11+
- 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
- api-gateway
Part 5 - Event-driven microservices
- event-driven