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

Add note on Config Client support. #1107

Merged
merged 2 commits into from
Sep 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions spring-native-docs/src/main/asciidoc/support.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ NOTE: When using Spring Native, `spring.cloud.refresh.enabled` is set to `false`

NOTE: Spring Cloud Bootstrap is no longer supported.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we explain why that's necessary, something like "The application context is optimized at build time and requires the target environment to be resolved" or something like that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. will add.


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

Expand Down