Hi,
Can spring provide profile support for custom properties/yaml (i.e not application.yaml, nor application.properties).
That is, spring would AUTO append the active profile when searching for the custom properties. E.g abc-dev.properties or abc-yaml
When there is no profile added, it would just search for abc.properties or abc.yaml (as an example).
Comment From: snicoll
spring.config.name
sounds like what you're explaining. Please note that this is the issue tracker for the Spring Framework and the feature you've described is in Spring Boot that has a dedicated issue tracker.