I write a demo to check this issue, but I found ReferenceBean has this
parameter.
modify dubbo configuration file :
```
<dubbo:annotation/>
<context:component-scan base-package="com.alibaba.dubbo.demo.consumer">
<context:include-filter type="annotation"
expression="com.alibaba.dubbo.config.annotation.Reference"/>
</context:component-scan>
```
write service:
```
@Service
public class ConsumerService {
@Reference(parameters = {"k1", "v1"})
private DemoService demoService;
public void testReference() {
System.out.println(demoService.sayHello("www.world"));
}
}
```
And debug the referenceConfig, I found the parameter contain this key as
follow:
I write a demo to check this issue, but I found ReferenceBean has this
parameter.
modify dubbo configuration file :
```
<dubbo:annotation/>
<context:component-scan base-package="com.alibaba.dubbo.demo.consumer">
<context:include-filter type="annotation"
expression="com.alibaba.dubbo.config.annotation.Reference"/>
</context:component-scan>
```
write service:
```
@Service
public class ConsumerService {
@Reference(parameters = {"k1", "v1"})
private DemoService demoService;
public void testReference() {
System.out.println(demoService.sayHello("www.world"));
}
}
```
And debug the referenceConfig, I found the parameter contain this key as
follow:
I write a demo to check this issue, but I found ReferenceBean has this
parameter.
modify dubbo configuration file :
```
<dubbo:annotation/>
<context:component-scan base-package="com.alibaba.dubbo.demo.consumer">
<context:include-filter type="annotation"
expression="com.alibaba.dubbo.config.annotation.Reference"/>
</context:component-scan>
```
write service:
```
@Service
public class ConsumerService {
@Reference(parameters = {"k1", "v1"})
private DemoService demoService;
public void testReference() {
System.out.println(demoService.sayHello("www.world"));
}
}
```
And debug the referenceConfig, I found the parameter contain this key as
follow:

[ Full content available at:
https://github.com/apache/incubator-dubbo/issues/2301 ]
This message was relayed via gitbox.apache.org for [email protected]