Description
In this course, you will learn :
- Spring Boot
- Spring Microservices
Syllabus :
1. Introduction
- Monolithic Architecture
- Disadvantages of Monolithic Architecture
- What are Microservices
- Drawbacks of Microservices
- Setting up the Environment
- "Hello World!" Microservice
2. Creating a Mini Microservice App
- Product Microservice Application
- Creating Product Service
- Creating Product List
- Creating Pricing Service
- Creating Inventory Service
- Making REST Template Calls
- Currency Exchange Service