0
I have an application developed with Sprint Boot that currently connects to a single Oracle database using the settings of Application.properties. However, I need this application to connect to different databases, depending on the information chosen on the login screen, that is, on the login screen the user will choose which BD he wants to connect to. What’s the best way to do that?
Hi Diogo, thanks for the reply. I believe I will have to follow this way even.
– Herbert Roberto