spring-cloud / spring-cloud-consul

Spring Cloud Consul
http://cloud.spring.io/spring-cloud-consul/
Apache License 2.0
813 stars 541 forks source link

Update docs/javadocs to explain howto and show example of configuring s-c-consul-config #272

Open lightside786 opened 7 years ago

lightside786 commented 7 years ago

Hello , As of now the values are loaded from http://localhost:8500/ui/#/dc1/kv/config/ what should I do to have it look at http://localhost:8500/ui/#/dc1/kv/private? Any config property?

spencergibb commented 7 years ago

spring.cloud.consul.config.prefix=private

spencergibb commented 7 years ago

Add javadocs to ConsulConfigProperties and call out configuration in docs.