vault-java
vault-java copied to clipboard
Java implementation of the Vault(Hashicorp) API
A very strange issue here is that i cannot import the library after adding the dependency in pom.xml 
Please add license and improve DSL this code have some extra movements ``` java System.out.println(vaultResponse.getData().get("access_key")); System.out.println(vaultResponse.getData().get("secret_key")); ``` can you make your code more beauty and shortly, something like this: ```...
I would highly recommend migrating all your classes out of the default package space and into something specific for your project. I know I don't want my app's default package...