For security reasons, I have to store the passwords in an external application.yml (outside the war), which should be loaded by the deployed war on runtime.
Do you know where do I have to place the external configuration file? Do I have to configure some properties?
Thank you in advance!