tumao2 opened a new issue #129: @Reference注解中url可以配置到application.properties中么
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/129
 
 
   @Reference(version = "1.0.0", application = "${dubbo.application.id}", url = 
"dubbo://localhost:20880")
   可以写成这样么
   @Reference(version = "1.0.0", application = "${dubbo.application.id}", url = 
"${dubbo.rpc.test.url}")
   在配置文件application.properties中配置
   dubbo.rpc.test.url=dubbo://localhost:20880
   我像这样写,好像不行,有解决方法么

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to