liyong6351 opened a new issue #155: Is Reference support the annotation
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/155
 
 
   Today I am use @reference to inject the dubbo reference, codes like this
   
       @Reference(group = "${dubbo.consumer.social.group}",version = 
"${dubbo.consumer.social.version}")
       private ActivityDubboService activityDubboService;
   config like this:
   dubbo.consumer.group=uum-service-dev
   dubbo.consumer.version=9.0.0
   dubbo.consumer.social.group=social-test
   dubbo.consumer.social.version=1.0.0
   
   But when the project started,I find that the reference always use the 
default configuration,shown on the dubbo adminstrator interface:
   uum-service-dev/ActivityDubboService:9.0.0
   
   Is there something wrong with myself or the framework?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to