Relative Content

Tag Archive for springspring-cloudspring-cloud-config

Setup embedded Spring Config Server

I’m on my way to setup Spring Cloud Config to allow one of our applications to change some configuration properties while runtime. As for now it is only one application to be managed by the Spring Config Server and I want to keep deployment simple, I would like to deploy the Config Server and the Application as one. As far as I got this is supported as “Embedding the Config Server”.