jasypt-spring-boot-samples
jasypt-spring-boot-samples copied to clipboard
Encryption not working with bootstrap.propertites
I have added jasypt spring boot starter 1.18 version in pom as my spring boot version is 1.5.16. I am trying to encrypt bootstrap.properties which is used to access spring cloud config sever url, username and password. The password is in jasypt encrypted format however while connecting to spring cloud config server it's not sending decrypted value. Does anyone know how to encrypt value of bootstrap.propetites using Jasypt?? I tried all the available options.