Hi,
I’m not able find anything useful which help me to integrate manual 2 datasource in spring boot using Vault database secret.
Using springboot properties i’m able to configure only one database. Can i have some tips how to get database secret details using manual code. So that i’ll manually create 3 datasource using username and password property.
The scenario is i have 3 mysql database connection in my project. I want to integrate Vault database secret in my springboot project.
regards,
Sandeep