You can use the Conjur (CyberArk Open Source and Entreprise) vault with Spring Boot. However you must use the java Api as mentioned here:You can use the Conjur (CyberArk Open Source and Entreprise) vault with Spring Boot. However you must use the java Api as mentioned here: https://www.conjur.org/blog/loading-your-database-credentials-at-runtime-with-conjur/ 1- You must download the conjur java-api from gitHub. (Build it and use as dependency in your spring boot app) <dependency> <groupId>net.conjur.api</groupId>...