springcloud-community / springcloud-comment

0 stars 0 forks source link

post/2022-03/spring-cloud-config-server-step-by-step/ #5

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Spring Cloud Config Server: Step by Step - Spring Cloud

Spring Cloud Config Server is used to provide server-side and client-side support for externalized configuration in a distributed system. So when you have multiple microservices, and you want to easily control the configuration for all of them at one go - you'll mostly be looking at Spring Cloud Config Server.

https://www.springcloud.io/post/2022-03/spring-cloud-config-server-step-by-step/

psilberk commented 1 year ago

Thanks so much, super clear!

Charius commented 1 year ago

Can ServerConfig application be also a Client for another ServerConfig app?

1ucasdev commented 9 months ago

Thanks for the detailed information! So far I’ve figured out how to make an large online calculator. I will continue to learn new technologies. Thank you!