Fix after review.

This commit is contained in:
Olga MaciaszekSharma
2021-02-26 18:32:04 +01:00
parent d8e7d02e48
commit 442c4e5d39
2 changed files with 3 additions and 1 deletions

View File

@@ -205,6 +205,8 @@ A property source called `configserver:<URL of remote repository>/<file name>` 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].

View File

@@ -161,4 +161,4 @@ A property source called `configserver:<URL of remote repository>/<file name>` 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].