Using encrypted password for database connection in spring boot web application
问题 This might be already answered or asked by some one else already, but I am not able to find one which satisfies my use case. I am making a database connection in my spring boot web application(Note: My application is packaged as "WAR" and it does not contain the embedded tomcat) by specifying the following properties in my application.properties file. spring.datasource.driver-class-name=com.teradata.jdbc.TeraDriver spring.datasource.url=jdbc:teradata://localhost/database=test spring