From f825dbc832a7c820d9b32239cd11557faf7716b8 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 12 Jul 2017 18:00:42 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-consul.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-consul.html b/spring-cloud-consul.html index 66dbf3c6..9e688aac 100644 --- a/spring-cloud-consul.html +++ b/spring-cloud-consul.html @@ -628,7 +628,7 @@ config/application/
-

The most specific property source is at the top, with the least specific at the bottom. Properties is the config/application folder are applicable to all applications using consul for configuration. Properties in the config/testApp folder are only available to the instances of the service named "testApp".

+

The most specific property source is at the top, with the least specific at the bottom. Properties in the config/application folder are applicable to all applications using consul for configuration. Properties in the config/testApp folder are only available to the instances of the service named "testApp".

Configuration is currently read on startup of the application. Sending a HTTP POST to /refresh will cause the configuration to be reloaded. Watching the key value store (which Consul supports) is not currently possible, but will be a future addition to this project.