Spring Cloud Consul | Key Value Store | Distributed Configuration for Microservices

preview_player
Показать описание
This Video Explain you How to Work with Spring Cloud Consul Key Value | Distributed Configuration, And to Set up the Centralise Configuration.

If Brew is not Install on Mac Machine, We need to install that first -

Brew Path Setup in Bash Profile/ZShell - export PATH=/opt/homebrew/bin:$PATH

For Mac Users -
brew tap hashicorp/tap
brew install hashicorp/tap/consul

Prerequisite for Consul -
Check IP Address on Machine -
Windows - ipconfig
Mac -
ipconfig getifaddr en1 - Ethernet
ipconfig getifaddr en0 - Wifi

Consul Command to Start =
consul agent -dev -bind 192.168.1.2(192.168.1.2 - IP Add. for your Machine)

#springboot #microservice
Рекомендации по теме
Комментарии
Автор

I was writing settings in bootstrap.yml till now.
Thank you...

tenmadoc
Автор

Thanks for sharing and good example with explanation.

hyerbvw
Автор

what if I want to update my db urls in application.properties itself using consul configuration?

Ajay-dslv
Автор

Any particular good reading materials to understand the underlying architecture of consul and how does it manage to do dynamic configuration management?

ParamVs