Is it possible in Spring environment to define some properties like p1
in an application-profile1.yml
and then refer to ${p1}
in other properties in application.yml ?
Just like an inter dependency order but between properties/yml files or properties themselves, can we do this with spring?
The purpose would be to avoid duplication when the same property like kafka bootstrap needs to go in multiple places.