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

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

我这边好像也一样,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


[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/289 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org