spring:
+ cloud:
+ config:
+ server:
+ git:
+ uri: https://github.com/spring-cloud-samples/config-repo
+ searchPaths: {application}
+From aa90f84910dec943e80fdcb185098ad2912ea5f2 Mon Sep 17 00:00:00 2001
From: Dave Syer -Dhttps.proxyHost and -Dhttps.proxyPort).
Spring Cloud Config Server also supports a search path with
+placeholders for the {application} and {profile} (and {label} if
+you need it). Example:
spring:
+ cloud:
+ config:
+ server:
+ git:
+ uri: https://github.com/spring-cloud-samples/config-repo
+ searchPaths: {application}
+searches the repository for files in the same name as the directory +(as well as the top level). Wildcards are also valid in a search +path with placeholders (any matching directory is included in the +search).
+