Building Microservices with Spring Cloud - Configuration Server
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
ref:
http://cloud.spring.io/spring-cloud-config/single/spring-cloud-config.html