This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new a59ffc13bc4 camel-hashicorp-vault: Add Spring Boot auto-configuration
to component documentation
a59ffc13bc4 is described below
commit a59ffc13bc4dc9eab625362992e45041785e237f
Author: James Netherton <[email protected]>
AuthorDate: Mon Sep 2 15:30:23 2024 +0100
camel-hashicorp-vault: Add Spring Boot auto-configuration to component
documentation
---
.../camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc
b/components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc
index becad00cb16..204e17bf243 100644
---
a/components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc
+++
b/components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc
@@ -179,3 +179,5 @@ This approach will return the route secret value with
version '2' or default val
This approach will return the username field of the database secret with
version '2' or admin in case the secret doesn't exist or the version doesn't
exist (in the 'secret' engine).
The only requirement is adding the camel-hashicorp-vault jar to your Camel
application.
+
+include::spring-boot:partial$starter.adoc[]
\ No newline at end of file