且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何要求Spring Cloud Config服务器从特定分支中检出配置?

更新时间:2022-06-20 10:55:05

根据

According to the documentation, the configuration you want to set in your config client is:

spring.cloud.config.label=mybranch

其中 mybranch 是git存储库中的现有分支.

Where mybranch is an existing branch in your git repo.