Skip to content

Commit

Permalink
Backport of docs: added hello-vault-spring repo link to developer-qs.…
Browse files Browse the repository at this point in the history
…mdx. into stable-website (#14949)

This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-secure-vault-core authored Apr 6, 2022
1 parent 4ff3532 commit ec57482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/get-started/developer-qs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Learn how to store and retrieve your first secret.

This quick start will explore how to use Vault client libraries inside your application code to store and retrieve your first secret value. Vault takes the security burden away from developers by providing a secure, centralized secret store for an application’s sensitive data: credentials, certificates, encryption keys, and more.

For an out-of-the-box runnable demo application showcasing these concepts and more, see the hello-vault repositories ([Go](https://github.com/hashicorp/hello-vault-go), [C#](https://github.com/hashicorp/hello-vault-dotnet)).
For an out-of-the-box runnable demo application showcasing these concepts and more, see the hello-vault repositories ([Go](https://github.com/hashicorp/hello-vault-go), [C#](https://github.com/hashicorp/hello-vault-dotnet) and [Java/Spring Boot](https://github.com/hashicorp/hello-vault-spring)).

## Prerequisites

Expand Down

0 comments on commit ec57482

Please sign in to comment.