You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by il...@apache.org on 2019/07/09 09:45:12 UTC

[dubbo-samples] 01/02: update zookeeper address

This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git

commit 129330e185d4cfc9145e5c8e05cd09a4c60e82d8
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Tue Jul 9 17:42:51 2019 +0800

    update zookeeper address
---
 dubbo-samples-annotation/pom.xml | 3 +++
 dubbo-samples-zipkin/pom.xml     | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/dubbo-samples-annotation/pom.xml b/dubbo-samples-annotation/pom.xml
index 2cf2d26..f8c29c1 100644
--- a/dubbo-samples-annotation/pom.xml
+++ b/dubbo-samples-annotation/pom.xml
@@ -176,6 +176,9 @@
                                     <goal>verify</goal>
                                 </goals>
                                 <configuration>
+                                    <systemPropertyVariables>
+                                        <zookeeper.address>${dubbo-local-address}</zookeeper.address>
+                                    </systemPropertyVariables>
                                     <includes>
                                         <include>**/*IT.java</include>
                                     </includes>
diff --git a/dubbo-samples-zipkin/pom.xml b/dubbo-samples-zipkin/pom.xml
index 7554886..dc07472 100644
--- a/dubbo-samples-zipkin/pom.xml
+++ b/dubbo-samples-zipkin/pom.xml
@@ -208,6 +208,7 @@
                                     <arguments>
                                         <argument>-classpath</argument>
                                         <classpath/>
+                                        <argument>-Dzookeeper.address=${dubbo-local-address}</argument>
                                         <argument>org.apache.dubbo.samples.service.hello.Application</argument>
                                     </arguments>
                                     <async>true</async>
@@ -226,6 +227,7 @@
                                     <arguments>
                                         <argument>-classpath</argument>
                                         <classpath/>
+                                        <argument>-Dzookeeper.address=${dubbo-local-address}</argument>
                                         <argument>org.apache.dubbo.samples.service.greeting.Application</argument>
                                     </arguments>
                                     <async>true</async>


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