This is an old revision of the document!
# spring cloud config 统一管理微服务配置 在微服务架构中,微服务的配置管理一般有以下需求:
spring cloud config 为分布式系统外部化配置提供了服务器端和客户端的支持,它包括 config server 和 config client 两部分。 服务端:在启动类上添加注解 @EnableConfigServer,声明这是一个config server(config 服务端)。 客户端: