diff --git a/README.adoc b/README.adoc index 561a0c13..a56de9f8 100644 --- a/README.adoc +++ b/README.adoc @@ -205,6 +205,8 @@ A property source called `configserver:/` c NOTE: The URL in the property source name is the git repository, not the config server URL. +WARNING: If you use Spring Cloud Config Client, you need to set the `spring.config.import` property in order to bind to Config Server. You can read more about it https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#config-data-import[in the Spring Cloud Config Reference Guide]. + === Sample Application You can find a sample application https://github.com/spring-cloud/spring-cloud-config/tree/master/spring-cloud-config-sample[here]. diff --git a/docs/src/main/asciidoc/quickstart.adoc b/docs/src/main/asciidoc/quickstart.adoc index fc968d9e..6efe4b85 100644 --- a/docs/src/main/asciidoc/quickstart.adoc +++ b/docs/src/main/asciidoc/quickstart.adoc @@ -161,4 +161,4 @@ A property source called `configserver:/` c NOTE: The URL in the property source name is the git repository, not the config server URL. -WARNING: If you use Spring Cloud Config Client, you will need to set the `spring.config.import` property in order to bind to Config Server. You can read more about it https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#config-data-import[here]. +WARNING: If you use Spring Cloud Config Client, you need to set the `spring.config.import` property in order to bind to Config Server. You can read more about it https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#config-data-import[in the Spring Cloud Config Reference Guide].