This is an old revision of the document!
# spring cloud config 统一管理微服务配置 在微服务架构中,微服务的配置管理一般有以下需求:
spring cloud config 为分布式系统外部化配置提供了服务器端和客户端的支持,它包括 config server 和 config client 两部分。
下图是服务端和客户端相关配置: