您的位置:首页 > 编程语言 > Java开发

Building Microservices with Spring Cloud - Configuration Server

2017-11-07 23:19 513 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: