Spring Config server add property at runtime
问题 I want to add some property at runtime in spring config server and it should be available to all client applications with @Value annotation. I wont have this property predefine because I am going calculate that value in spring config server and add to environment. Can you please help me understand what is best way to achieve this. 回答1: Spring cloud configuration contains a feature named 'RefreshScope' which allows to refresh properties and beans of a running application. If you read about