Spring Cloud Config Server with Example in a Spring Boot App | Tech Primers

preview_player
Показать описание
This video covers the Spring Cloud Config Server with an Example using Spring Boot app

📌 Related Playlist
================

🎬Video Editing: iMovie

🎼Background Music: Broke For Free - Day Bird

---------------------------------------------------------------
🔥 Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.

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

Great explanation and easily understandable. Like BGM playing when explaining.

SrikarReddyAc
Автор

Hi Bro..I am really thankful to you as I have started spring cloud, microservices and spring boot with your videos... I learned spring cloud basics just because of u..Got confidence to build microservices...Thanks alot..

ammabalasimha
Автор

GREAT EXPLANATION AND EASILY UNDERSTANDABLE, I really like your videos very much,
Back ground music is really disturbing sometimes it is dominating your voice, PLEASE take care of BGM, one or two people may like it but not all.

srikanthb
Автор

excellent explanation! many thanks
Please mute the background music :)

mohkharma
Автор

Excellent! Many thanks
Please don't mix background music, its really distracting.. all the videos are really good. But please take care of this.

ThrivikramayaSivaRaja
Автор

It was a clear video! Thank you! could you please reduce the volume of the BGM or you dont even need that sound, little disturbing! You are doing great man, keep it up! Thank you again!

kaipulla
Автор

Good tutorial. Good explanation and demo of the architecture, usage of spring-cloud annotations and the code. Thank you.

channuk
Автор

Please remove the BGM that's distracting the concentration . Your videos are really useful thank you

narendrareddyd
Автор

BGM is very disturbing, kindly avoid. Good explanations and we would like to get benefitted from your videos.

lavanyav
Автор

Cool dude.. Its pretty simple and well explained for beginners. first time seeing your tutorial and impressed.

lokeshkumarrathinave
Автор

The BGM is really refreshing, there is no other youtube channel which offers tech content with BGM, subscribed for that!!!
Please do not remove it..


Very good explanation on cloud config. Have started seeing your other videos too. Well done Man!!!


A query on spring cloud config - High availability. Is it possible to have more than one instance of spring cloud config up and running, referring to a single repository. This is for high availability, even if one is down, other would still be functional..

karthiks
Автор

Excellent awesome. This should be sufficient enough to work on similar project

anirbanroy
Автор

Good explanation but please avoid background music it's very disturbing

ayeshaazeez
Автор

Thanks for the amazing content.

I have some of the legacy java servlets based apps without spring architecture but require to use single place for their configs. How we can use similar approach in those apps? Or How we can make them config client to interact with config server?

annkit
Автор

Great videos and clear explanation. Thanks a ton, it helped me a lot.

krishu
Автор

Excellent presentation. Great learning

anirbanroy
Автор

Please do not play background music, sometime annoying a lot. Thanks for the demo though

murari-goswami
Автор

Another great work by you. Can you also cover these question please.
What happen when (1) you have multiple config server, (2) we are using github instead of local git and (3) multiple user can update that config. How changes from github server reach to different config server running parallel on different VM's.
How does all micro service get latest version of config in your example you have only one micro service but in real world we can have multiple instance of same or different micro services running parallel hitting refresh URL manual is not good option. How does we know IP and port because micro-service come and go based on different KPIs.

virtexamit
Автор

Simple, informative and effective, Love ur all tutorials !!! Can you tell me how you opened two projects in separate window in intellijIdea

mannu
Автор

Very good explanation. Thank you!!
I have a couple of questions.
1. how can I change the property values for the beans which are in @Configuration class ? (for eg: any db config )
2. Can't we automate the /refresh endpoint, instead of doing post request every time?

chandanbharadwaj