SpringOne Platform 2016 Replay: Implementing Config Server and extending it
Recorded at SpringOne Platform 2016. Speaker: Clint Checketts, Domo.com Slides: http://www.slideshare.net/SpringCentral/implementing-config-server-and-extending-it
Spring Cloud Config Server is a great tool for getting your application configuration under source control. We'll start with the quick overview of Spring's Environment and properties and how config server enhances those, while keeping the same model.
Next we'll discuss what concerns you need to take into account when rolling out config server like security, encryption, and location of your repositories (if using Git).
Finally we…