Skip to content
Open
Changes from all commits
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Vault Java Driver
A zero-dependency Java client for the [Vault](https://www.vaultproject.io/) secrets management solution from
HashiCorp.

[![javadoc](https://javadoc.io/badge2/com.bettercloud/vault-java-driver/javadoc.svg)](https://javadoc.io/doc/com.bettercloud/vault-java-driver)

This driver strives to implement Vault's full HTTP API, along with supporting functionality such as automatic
retry handling. It does so without relying on any other external libraries beyond the Java standard library,
and is compatible with Java 8 and up. So it will play nice with all of your projects, greenfield and legacy
Expand Down Expand Up @@ -262,7 +264,7 @@ final LogicalResponse response = vault.withRetries(5, 1000)

API Reference (Javadocs)
------------------------
Full [Javadoc documentation](http://bettercloud.github.io/vault-java-driver/javadoc/).
Full [Javadoc documentation](https://javadoc.io/doc/com.bettercloud/vault-java-driver).

Version History
---------------
Expand Down