Loading sharding-jdbc-example/orchestration-example/orchestration-spring-namespace-example/src/main/resources/META-INF/etcd/registry-center.xml +1 −1 Original line number Diff line number Diff line Loading @@ -6,5 +6,5 @@ http://www.springframework.org/schema/beans/spring-beans.xsd http://shardingsphere.apache.org/schema/shardingsphere/orchestration http://shardingsphere.apache.org/schema/shardingsphere/orchestration/orchestration.xsd"> <orchestraion:registry-center id="regCenter" server-lists="http://localhost:2379" operation-timeout-milliseconds="3000" max-retries="3" /> <orchestraion:registry-center id="regCenter" type="etcd" server-lists="http://localhost:2379" operation-timeout-milliseconds="3000" max-retries="3" /> </beans> sharding-jdbc-example/orchestration-example/orchestration-spring-namespace-example/src/main/resources/META-INF/zookeeper/registry-center.xml +1 −1 Original line number Diff line number Diff line Loading @@ -6,5 +6,5 @@ http://www.springframework.org/schema/beans/spring-beans.xsd http://shardingsphere.apache.org/schema/shardingsphere/orchestration http://shardingsphere.apache.org/schema/shardingsphere/orchestration/orchestration.xsd"> <orchestraion:registry-center id="regCenter" server-lists="localhost:2181" namespace="orchestration-spring-namespace-demo" operation-timeout-milliseconds="1000" max-retries="3" /> <orchestraion:registry-center id="regCenter" type="zookeeper" server-lists="localhost:2181" namespace="orchestration-spring-namespace-demo" operation-timeout-milliseconds="1000" max-retries="3" /> </beans> Loading
sharding-jdbc-example/orchestration-example/orchestration-spring-namespace-example/src/main/resources/META-INF/etcd/registry-center.xml +1 −1 Original line number Diff line number Diff line Loading @@ -6,5 +6,5 @@ http://www.springframework.org/schema/beans/spring-beans.xsd http://shardingsphere.apache.org/schema/shardingsphere/orchestration http://shardingsphere.apache.org/schema/shardingsphere/orchestration/orchestration.xsd"> <orchestraion:registry-center id="regCenter" server-lists="http://localhost:2379" operation-timeout-milliseconds="3000" max-retries="3" /> <orchestraion:registry-center id="regCenter" type="etcd" server-lists="http://localhost:2379" operation-timeout-milliseconds="3000" max-retries="3" /> </beans>
sharding-jdbc-example/orchestration-example/orchestration-spring-namespace-example/src/main/resources/META-INF/zookeeper/registry-center.xml +1 −1 Original line number Diff line number Diff line Loading @@ -6,5 +6,5 @@ http://www.springframework.org/schema/beans/spring-beans.xsd http://shardingsphere.apache.org/schema/shardingsphere/orchestration http://shardingsphere.apache.org/schema/shardingsphere/orchestration/orchestration.xsd"> <orchestraion:registry-center id="regCenter" server-lists="localhost:2181" namespace="orchestration-spring-namespace-demo" operation-timeout-milliseconds="1000" max-retries="3" /> <orchestraion:registry-center id="regCenter" type="zookeeper" server-lists="localhost:2181" namespace="orchestration-spring-namespace-demo" operation-timeout-milliseconds="1000" max-retries="3" /> </beans>