- Create a properties file template that stores all the data keys your application will use -- you can leave it blank after the equal sign or fill in garbage data.
- Create another properties file that contains the same data keys as the template but the actual values your application will use.
- Make sure to add the app.properties file to gitignore to prevent adding the file to your repository.
- Create a properties file template that stores all the data keys your application will use -- you can leave it blank after the equal sign or fill in garbage data.
- Create another properties file that contains the same data keys as the template but the actual values your application will use.