Unverified Commit 3b34ab87 authored by mryan-hashi's avatar mryan-hashi Committed by GitHub
Browse files

docs: added hello-vault-spring repo link to developer-qs.mdx. (#14928)


* Update developer-qs.mdx

docs: added link to Java / Spring Boot sample app repo in developer quick start.

* removed space.

* trigger ci
Co-authored-by: default avatartaoism4504 <loann@hashicorp.com>
parent 601acf5c
Branches unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment