Spring cloud config server using GitHub repository

preview_player
Показать описание
This video explains you
1.What is spring cloud config
2.How configuration related changes will be reflect without restart and redeploy your application

With Architecture

GitHub:

Blog:

Facebook Page:

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

Due to your micro services video and all material like Kafka, Stream cloud and all, I got the job in MNC... THanks A lot Man. God Bless you

RaviVerma-bgul
Автор

if you getting whitelabel error after configuring to git then I know that I'm posting this answer very very late. But, still posting it so that other folks can find this helpful. Now a days, default branch name of GitHub is "main", but Spring Cloud Config still looks for "master" as a label name. So, if you want to change the default behavior, you can always change the label name look up using below property in application.yml or application.properties:


This worked very well for me. I'm using Spring Boot 2.3.6.RELEASE

harshsinha
Автор

Hey, you have added all the info in your blog as well that's damn nice of

darshansr
Автор

Awesome Explanation .... In my company we are using the same technology. These videos helping me lot to understand the microservices cloud concept....!! Thanks

ArshadKhan
Автор

Really thank. I thought it was too difficult but u make it clear. I have doubts about if I have multiple rest control then all the urls should added in the git repository?

jjenisha-ec
Автор

Great explanation it's easy to understand things, thanks for your efforts

maheshd
Автор

as usual awesome explanation thanks Basant

MahakalBaba
Автор

Excellent video. Thanks for sharing knowledge.

vaibhavsrivastava
Автор

Thank you for all the videos. You have made multiple videos around spring cloud, how to connect all these videos and do a project so that we are confident as a production ready developer. Kindly help if there is a overall video or course.

__.aabbyyysss.__
Автор

Thank you its very useful to me . please keep up ur work!

futago
Автор

such an awesome explanation, thanks a lot sir.

tejapolisetty
Автор

Somehow refresh scope not refreshing properly.. whenever I chnages the provider url.. and chnaged same in properties file and when I add/chnaged something for the shake of devtools refreshing then only it is working .

venkychannel
Автор

Hi sir, Thanks for the video. I have some doubts like,
1. Can we fetch property file from any other branch rather than master branch.
2. If we save a file in git and name it as "application.properties" or "our config service project name.properties", it is fetching data from both for default profile. How to differentiate between them?

binodkumar-ejis
Автор

Followed same code as yours..getting exception while starting insurance-client app...error is .. could not resolve placeholder 'insurance.provider.url' in value "${insurance.provider.url}" .... Can you please help.

noumaanmohammad
Автор

Sir i am facing problem with @refreshscope while setting the datasource. When i am adding @refreshscope in both class and method then after changing the profile from git repo it is changing the one database like if currently i am in devservice database then it is changing to prodservice but again when i am hitting the refresh endpoint it is not changing to devservice. I have also tried the spring bus but nothing is working. I think the problem is i am adding @Refreshscope at wrong place. But if i am removing the @Rscope annotation from method then i am getting an exception that my project is not connected with any database so for that i have moved datasource to the main method and autowired the class in which i am reading the properties using @Value both this is also not working but when i am adding @Rscope on datasource bean then it is changing the db connection for one environment as i said earlier. Please respond sir

codingispassion
Автор

If possible please make more videos on microservices cloud using NOSQL database

ArshadKhan
Автор

Nice explaination. I have one question.
Could you please help to elaborate the differences between Netflix Eureka and Spring Cloud Config? This would help us understand the which should be used when?

imvagrawal
Автор

upload more video in micro service with the interview prospective and explaining the code before Theory concept and suppose we not manage the approach these way then what we have alternate solution also discuss bcz when i learn the micro then lot of third party are there so please tell his name like eureka manage the load balancing but again ribbon also there managing the load balancing so confusion will came

pratapjavasingh
Автор

we must learn github to learn this reply

karan
Автор

Hi sir
I have one query could you please clarify me.
What is cup service and why using cup service and how it bind with react application.

codeWithMeEasy