All Questions
1 question
0
votes
0
answers
2k
views
Externalize application.properties to docker env
I'm developping an application using spring-boot and Docker. For security reasons I want to not use any more application.properties and use only environnement variable.
If you have best practices I ...