Prepare
- Understand "Twelve factor APP" - config
- Understand Spring boot configuration and Spring Framework Profiles
The role of configuration in Microservices
- Removing "settings" from compiled code
- Change runtime behaviors
- Enforce consistency across elastic services
- Cache values to reduce load on databases
Spring Cloud configuration server

Building Microservices with Spring Cloud - Configuration Server
原文:http://www.cnblogs.com/shouwangzhe-/p/7801916.html