Spring Cloud 配置服务为git仓库提供了可以使用站位符的URL{application} and {profile} and {label} 。这样可以很容易实现"one repo per application"
spring: cloud: config: server: git: uri: https://github.com/myorg/{application}