You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/10/03 07:30:24 UTC

[GitHub] fyinspire commented on issue #289: 配置文件不支持spring占位符address: zookeeper://${zk.host}:${zk.port}解析

fyinspire commented on issue #289: 配置文件不支持spring占位符address: zookeeper://${zk.host}:${zk.port}解析
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/289#issuecomment-426538748
 
 
   我这边好像也一样,properties文件:
   dubbo.registry.address=zookeeper://${zookeeper.ip}:2181
   
   docker运行:docker run -tid --name user-service --privileged=true -v /etc/hosts:/tmp/hosts user-service:latest -p 8081:8081 -p 20881:20881 --zookeeper.ip=172.17.0.2 --mysql.ip=172.17.0.3
   

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


With regards,
Apache Git Services

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