Home > Back-end >  How I want to know the spring cloud config running parameters from the GIT repository dynamic update
How I want to know the spring cloud config running parameters from the GIT repository dynamic update

Time:03-08

Ordinary their written application configuration parameters I have implemented the remote dynamic updating local GIT repository,
Now want to is a dynamic update running environment parameters such as properties files in the GIT repository config - the client - dev. The properties have attributes in the
RegserZone=http://abc:[email protected]:8111/eureka/, http://abc:[email protected]:8112/eureka/
And in my config file bootstrap attributes. With the following configuration in the properties, why is not normal, how to get to?
Eureka. Client. The service - url. DefaultZone=${regserZone}
Such as I have a set of spring cloud services to normal operation, considering the service capacity, suppose I want to dynamically add a set up and implement the cluster service, if I use the Git repository to dynamically modify register table regserZone server address, and then dynamic update to each client defaultZone, province each run service to suspend, modify defaultZone, then restart each service
  • Related