Spring Cloud Microservices | Spring Cloud Gateway(Route, Predicate, Filter) | Dev2Prod Coding

Опубликовано: 29 Ноябрь 2022
на канале: Dev2Prod Coding
2,423
42

This video will teach you to develop a Spring cloud gateway using spring boot from scratch. Also, we will see
1. Why do we need a Gateway between clients & microservices.
2. Will Configure routes using Java 8's code
3. Properties configuration in the application.yml file for routes.
4. Configuring/changes in the gateway to add a custom header in the service response.

Contents
0:00 - Intro & Understanding Gateway.
1:30 - Generate gateway using Spring Initializer
2:37 - Defining Routes using Java.
3:52 - Routes using Java - Route, Predicate & Filter.
6:29 - Defining routes using properties.
8:42 - Booting Gateway, Fixing Runtime issues & API's Testing via the gateway.

GitHub -
https://github.com/Dev2ProdCoding/mic...

If you like the video do Like, Share & Subscribe.
#springcloud #microservices #Dev2ProdCoding