Spring Cloud Config Server Shared Properties Across Applications

前端 未结 3 1029
长发绾君心
长发绾君心 2021-01-02 03:08

I currently have a number of deployable applications that work in a distributed fashion to solve a business problem. We are currently using a number of property configuratio

3条回答
  •  青春惊慌失措
    2021-01-02 03:20

    Finally found a solution. It's buried in the issues at github ...

    https://github.com/spring-cloud/spring-cloud-config/issues/32

    It worked liked described. I only noticed, that you need to put the files in a /config folder to make it work. If you put it in the root the file ist used by the configserver itself and is not included in the config requests.

提交回复
热议问题