Store database configuration in application.properties with spring and Java
I am writing an application that uses several connections to several databases. I created a Map that must contain the connection information. The connections values are stored in the file application.properties
.
Store database configuration in application.properties with spring and Java
I am writing an application that uses several connections to several databases. I created a Map that must contain the connection information. The connections values are stored in the file application.properties
.