You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2021/09/08 02:59:18 UTC

[shardingsphere] branch master updated: Modify proxy server config in examples (#12277)

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

menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new aff1c15  Modify proxy server config in examples (#12277)
aff1c15 is described below

commit aff1c1531bf8306e728d8c639970337aae33ad6a
Author: yx9o <ya...@163.com>
AuthorDate: Wed Sep 8 10:58:40 2021 +0800

    Modify proxy server config in examples (#12277)
---
 examples/docker/shardingsphere-proxy/sharding/conf/server.yaml          | 2 +-
 .../src/main/resources/conf/server.yaml                                 | 2 +-
 .../src/main/resources/conf/server.yaml                                 | 2 +-
 .../src/test/resources/docker/db/h2/proxy/conf/server.yaml              | 2 +-
 .../docker/readwrite_splitting/postgresql/proxy/conf/server.yaml        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/examples/docker/shardingsphere-proxy/sharding/conf/server.yaml b/examples/docker/shardingsphere-proxy/sharding/conf/server.yaml
index e6010dc..fd16439 100644
--- a/examples/docker/shardingsphere-proxy/sharding/conf/server.yaml
+++ b/examples/docker/shardingsphere-proxy/sharding/conf/server.yaml
@@ -27,7 +27,7 @@
 #    type: ZooKeeper
 #    props:
 #      namespace: governance_ds
-#      serverLists: localhost:2181
+#      server-lists: localhost:2181
 #  overwrite: false
 
 rules:
diff --git a/examples/shardingsphere-proxy-example/shardingsphere-proxy-boot-mybatis-example/src/main/resources/conf/server.yaml b/examples/shardingsphere-proxy-example/shardingsphere-proxy-boot-mybatis-example/src/main/resources/conf/server.yaml
index ae0bae8..b1adc1f 100644
--- a/examples/shardingsphere-proxy-example/shardingsphere-proxy-boot-mybatis-example/src/main/resources/conf/server.yaml
+++ b/examples/shardingsphere-proxy-example/shardingsphere-proxy-boot-mybatis-example/src/main/resources/conf/server.yaml
@@ -28,7 +28,7 @@
 #    type: ZooKeeper
 #    props:
 #      namespace: governance_ds
-#      serverLists: localhost:2181
+#      server-lists: localhost:2181
 #      retryIntervalMilliseconds: 500
 #      timeToLiveSeconds: 60
 #      maxRetries: 3
diff --git a/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/src/main/resources/conf/server.yaml b/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/src/main/resources/conf/server.yaml
index b57bef8..fc84590 100644
--- a/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/src/main/resources/conf/server.yaml
+++ b/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/src/main/resources/conf/server.yaml
@@ -28,7 +28,7 @@
 #    type: ZooKeeper
 #    props:
 #      namespace: governance_ds
-#      serverLists: localhost:2181
+#      server-lists: localhost:2181
 #      retryIntervalMilliseconds: 500
 #      timeToLiveSeconds: 60
 #      maxRetries: 3
diff --git a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/db/h2/proxy/conf/server.yaml b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/db/h2/proxy/conf/server.yaml
index b37e394..98742c7 100644
--- a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/db/h2/proxy/conf/server.yaml
+++ b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/db/h2/proxy/conf/server.yaml
@@ -21,7 +21,7 @@
 #    type: ZooKeeper
 #    props:
 #      namespace: governance_ds
-#      serverLists: localhost:2181
+#      server-lists: localhost:2181
 #      retryIntervalMilliseconds: 500
 #      timeToLiveSeconds: 60
 #      maxRetries: 3
diff --git a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/readwrite_splitting/postgresql/proxy/conf/server.yaml b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/readwrite_splitting/postgresql/proxy/conf/server.yaml
index b37e394..98742c7 100644
--- a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/readwrite_splitting/postgresql/proxy/conf/server.yaml
+++ b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/readwrite_splitting/postgresql/proxy/conf/server.yaml
@@ -21,7 +21,7 @@
 #    type: ZooKeeper
 #    props:
 #      namespace: governance_ds
-#      serverLists: localhost:2181
+#      server-lists: localhost:2181
 #      retryIntervalMilliseconds: 500
 #      timeToLiveSeconds: 60
 #      maxRetries: 3