My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Post hidden from Hashnode

Posts can be hidden from Hashnode network for various reasons. Contact the moderators for more details.

Spring Cloud Config - Read External Property in Distributed Environment

Spring Cloud Config - Read External Property in Distributed Environment

Dhiraj Ray's photo
Dhiraj Ray
·Feb 25, 2018

This tutorial is about spring cloud config. Here, we will take a look into how we can manage to serve and store distributed external configurations properties using spring cloud config across different applications for different environments such as dev, local, prod etc.First we will develop a simple cloud application to externalize application configurations properties using cloud config and then extend the same application to use discovery server to register the application, updating the configuration at run-time and encrypting and decryption of sensitive properties. - goo.gl/EzJtzk