Provide a way to supress or provide the new properties used by project.
Else the whole application.properties looks very messy with lots of warnings.
eg. : 'myproject.random.key' is an unknown property.(PROP_UNKNOWN_PROPERTY)
Note: spring properties are not showing this warning as they must be defined in Spring Boot Properties Metadata. So there must be some way to create our own project specific medata json for properties to avoid the "PROP_UNKOWN_PROPERTY" warning.