在服务端的服务实现者有一个属性使用 spring `@value` 注解, 当服务者的本地配置文件托管到远程配置中心后, 希望可以在 bean 加载前, 
将远程配置先加载到本地
虽然在 nacos 本身提供了 `@nacosValue` 注解, 但是希望在 dubbo 2.7.0 的配置中心中, 能够支持这种行为
自己写的 
[demo](https://github.com/SKYhuangjing/dubbo-nacos-demo/blob/master/dubbo-nacos-provider/src/main/java/com/sky/dubbo/nacos/demo/provider/service/impl/DefaultService.java)
![image](https://user-images.githubusercontent.com/13705011/53709801-13745e80-3e75-11e9-9c68-ded6e1fe4485.png)
![image](https://user-images.githubusercontent.com/13705011/53709826-3999fe80-3e75-11e9-94ae-799d9ae093a4.png)


[ Full content available at: 
https://github.com/apache/incubator-dubbo/issues/3588 ]
This message was relayed via gitbox.apache.org for 
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to