Skip to content

Commit

Permalink
Revise bootstrap context guidance.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Mar 2, 2023
1 parent b132a25 commit b0315e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/main/asciidoc/config-data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Spring Cloud Vault uses as of version 3.0 the ConfigData API to mount Vault's se
In previous versions, the Bootstrap context was used.
The ConfigData API is much more flexible as it allows specifying which configuration systems to import and in which order.

NOTE: You can enable the deprecated bootstrap context either by setting the configuration property `spring.cloud.bootstrap.enabled=true` or by including the dependency `org.springframework.cloud:spring-cloud-starter-bootstrap`.
NOTE: You can enable the bootstrap context either by setting the configuration property `spring.cloud.bootstrap.enabled=true` or by including the dependency `org.springframework.cloud:spring-cloud-starter-bootstrap`.
Using the boostrap context should be only rarely required hence we recommend using the Config Data API for more flexibility regarding property source ordering.

[[vault.configdata.locations]]
=== ConfigData Locations
Expand Down

0 comments on commit b0315e9

Please sign in to comment.