如何在开发阶段使用 Spring Cloud?

How to work with Spring Cloud during development phase?

我实际上在学习 Spring Cloud 和使用它的方式对我来说不是很清楚,尤其是在开发阶段。

在开发阶段,开发者是否可以或必须使用本地配置?

bootstrap.yml中配置的Spring云服务器宕机时如何获取配置?

埃里克

我建议您为 development.If 使用静态文件配置 bootstrap.yml 中指定的路径已关闭,然后您将获得 PropertyPlaceHolder 异常。

对于生产,您可以在 github 中配置所有配置文件,并且可以在 bootstrap.yml.

中配置 git uri

请阅读this for more clarifications, It's pretty clear also you can find all the questions related to spring-cloud here