Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 341628e

Browse files
OlgaMaciaszeksdeleuze
authored andcommitted
Update after code review.
1 parent dd53c56 commit 341628e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-native-docs/src/main/asciidoc/support.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ NOTE: When using Spring Native, `spring.cloud.refresh.enabled` is set to `false`
102102

103103
NOTE: Spring Cloud Bootstrap is no longer supported.
104104

105-
NOTE: While building a project that contains Spring Cloud Config Client, it is necessary to make sure that the configuration data source that it connects to (such as, Spring Cloud Config Server, Consul, Zookeeper, Vault, etc.) is available. For example, if you retrieve configuration data from Spring Cloud Config Server, make sure you have its instance running and available at the port indicated in the Config Client setup.
105+
NOTE: While building a project that contains Spring Cloud Config Client, it is necessary to make sure that the configuration data source that it connects to (such as, Spring Cloud Config Server, Consul, Zookeeper, Vault, etc.) is available. For example, if you retrieve configuration data from Spring Cloud Config Server, make sure you have its instance running and available at the port indicated in the Config Client setup. This is necessary because the application context is being optimized at build time and requires the target environment to be resolved.
106106

107107
[[support-spring-data]]
108108
=== Spring Data

0 commit comments

Comments
 (0)