Say I have spring boot base project that I want each developer to start from.
I have a set of properties in my application.properties (some custom some are from spring) and I don't want any developer to remove or overwrite it when he/she starts working on the project. How can I enforce it?