From ff408546533d7c824a799d9ca7168cc4e540a394 Mon Sep 17 00:00:00 2001 From: Davin Kevin Date: Tue, 7 Feb 2017 09:49:07 +0100 Subject: [PATCH] Allow property expansion for *.yaml Closes gh-8215 --- spring-boot-starters/spring-boot-starter-parent/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index 62e9e86ebb1..10b371ae6fb 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -47,6 +47,7 @@ true **/application*.yml + **/application*.yaml **/application*.properties @@ -54,6 +55,7 @@ ${basedir}/src/main/resources **/application*.yml + **/application*.yaml **/application*.properties @@ -215,4 +217,4 @@ - \ No newline at end of file +