Spring Cloud Microservices | Spring Cloud Config Server (External configuration) | Dev2Prod Coding

preview_player
Показать описание
This video will teach you to develop a Spring cloud config server using spring boot from scratch. Also, we will see how to configure commonly used properties on the GitHub repository & dynamically get those properties in microservices via the config server.

Contents
0:00 - Intro & Understanding Config server use
1:20 - Generate config-server using Spring Initializer
1:46 - Configurations(Config Server)
2:24 - Creating a repository on GitHub & creating required properties files.
4:22 - Starting config-server & fetching product-service configurations via config-server
8:20 - Fetching property from GitHub repo dynamically using @RefreshScope & actuators.

GitHub -

If you like the video do Like, Share & Subscribe.
#springcloud #microservices #Dev2ProdCoding
Рекомендации по теме
Комментарии
Автор

How to refresh multiple pods for the same service?

SanthoshkumarNagulanchi