Spring Cloud | Cloud Config Server | Simple Programming

preview_player
Показать описание
Welcome to Simple Programming

In this video, we are going to see how to use a cloud config server to externalize our spring boot properties and how to integrate it with GIt to form a centralized configuration repository for your microservices architecture

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

The git repository that you created, did you add the configuration folder manually in the github or from the your local file location?

samika
Автор

How do you get the config server to point to multiple external repos on git simultaniously? IE: Have the application.yml file have multiple uri/url's and rsa-ssh private keys for each?
Spring documentation states it's possible & has some basic example for multiple repo - but I can't find any good examples/demos for using with github and ssh keys.
Thanks

josephsawczyn
Автор

Very good example. can you kindly share the github link

ovalleaf_academy