# 关于协议
使用spring.cloud.config.server.git.uri指定 git 仓库的位置,可以使用的协议包括 http/https/ssh 等,如果是本地的 git 仓库使用spring.cloud.config.server.git.uri=file:/home/git-repo
# 占位符
支持对 application、profile、label 等占位符。
根据每个应用创建一个单独的仓库 https://github.com/fengyexjtu/{application}
为每个配置文件创建单独的仓库 https://github.com/fengyexjtu/{profile}
← 配置源码 Ribbon 负载均衡算法 →