springcloud情操陶冶-springcloud config server(三)
承接前文 springcloud情操陶冶-springcloud config server(二) ,本文就不讲述server了,就简单阐述下client的应用 前话 config server在引入的时候也依赖config client的JAR包,也就是说本身的配置服务也集成了客户端的功能。在前文的分析中,笔者了解到默认client功能是关闭的。因为在 ConfigServerBootstrapApplicationListener 指定了 spring.cloud.config.enabled=false (默认) spring.factories 笔者直接翻阅了cloud config client板块中的 spring.factories 文件 # Auto Configure org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ org.springframework.cloud.config.client.ConfigClientAutoConfiguration # Bootstrap components org.springframework.cloud.bootstrap.BootstrapConfiguration=\ org.springframework.cloud.config