[Suggestion] Dubbo should improve the way to achieve the config properties.

2019-04-07 Thread 徐靖峰
Hi folks: Before Dubbo2.7 does not support the configuration center, the way to get the system configuration parameters is mainly through the getProperty(String key, String defaultValue) and getProperty(String key) methods provided by org.apache.dubbo.common.utils.ConfigUtils. Sample inventory

Re: [Suggestion] Dubbo should improve the way to achieve the config properties.

2019-04-08 Thread Huxing Zhang
Hi, On Mon, Apr 8, 2019 at 2:04 PM 徐靖峰 wrote: > > Hi folks: > > Before Dubbo2.7 does not support the configuration center, the way to get the > system configuration parameters is mainly through the getProperty(String key, > String defaultValue) and getProperty(String key) methods provided by >