Spring Boot: Secrets

Ways of keepings database credentials and OAuth client secrets out of Github

Sometimes there are credentials that instructions tell you should be put into your application.properties file, however those credentials are sensitive information that should NOT go into Github, such as:

What can you do?

This repo has one solution:

Related topics: