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 -
https://github.com/Dev2ProdCoding/mic...
https://github.com/Dev2ProdCoding/spr...
If you like the video do Like, Share & Subscribe.
#springcloud #microservices #Dev2ProdCoding