1. 程式人生 > >Building Microservices with Spring Cloud - Configuration Server

Building Microservices with Spring Cloud - Configuration Server

build value rem ros spring enforce 技術 behavior for

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