Currently, Spring Boot filters those resources in src/main/resources: - application.yml - application.yaml - application*.properties
It would be useful to add these resources in order to inject pom properties: - bootstrap.yml - bootstrap.yaml - bootstrap.properties
Comment From: mbhave
bootstrap.yml
is a Spring Cloud feature. Their issue tracker is here.
Comment From: wilkinsona
This is also a duplicate of #13062.