Hi @nbommidi,
It looks like the recommended way to do this with Spring Boot is still using jasypt. I think these two resources should give you the info that you need to try it out:
And looks like the project’s github is here to find the code/docs: GitHub - ulisesbocchio/jasypt-spring-boot: Jasypt integration for Spring boot
Hope that helps!