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

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b4fa1d  fix example configurations. (#2263)
6b4fa1d is described below

commit 6b4fa1db4002f9a368b8b5783de11dae4e4fcb8e
Author: Qicz <[email protected]>
AuthorDate: Tue Oct 26 18:22:34 2021 +0800

    fix example configurations. (#2263)
    
    * fix example configuration
    
    * fix example configuration.
---
 .../src/main/resources/application.yml                                 | 1 -
 .../src/main/resources/application.yml                                 | 1 -
 .../src/main/resources/application.yml                                 | 1 -
 .../shenyu-examples-grpc/src/main/resources/application.yml            | 1 -
 .../shenyu-examples-http/src/main/resources/application.yml            | 1 -
 .../shenyu-examples-motan-service/src/main/resources/application.yml   | 1 -
 .../shenyu-examples-sofa-service/src/main/resources/application.yml    | 1 -
 .../shenyu-examples-springcloud/src/main/resources/application.yml     | 1 -
 .../shenyu-examples-tars/src/main/resources/application.yml            | 3 +--
 9 files changed, 1 insertion(+), 10 deletions(-)

diff --git 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/src/main/resources/application.yml
 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/src/main/resources/application.yml
index 819432e..4610498 100644
--- 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/src/main/resources/application.yml
+++ 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/src/main/resources/application.yml
@@ -29,7 +29,6 @@ shenyu:
       props:
         contextPath: /dubbo
         appName: dubbo
-        nacosNameSpace: ShenyuRegisterCenter
         port: 20888
 
 dubbo:
diff --git 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-annotation/src/main/resources/application.yml
 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-annotation/src/main/resources/application.yml
index 55f3bc6..bb544fa 100644
--- 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-annotation/src/main/resources/application.yml
+++ 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-annotation/src/main/resources/application.yml
@@ -30,7 +30,6 @@ shenyu:
       props:
         contextPath: /dubbo
         appName: dubbo
-        nacosNameSpace: ShenyuRegisterCenter
         port: 20888
 
 dubbo:
diff --git 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-spring-cloud-alibaba-dubbo-service-annotation/src/main/resources/application.yml
 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-spring-cloud-alibaba-dubbo-service-annotation/src/main/resources/application.yml
index d6e2ef0..f74ba1e 100644
--- 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-spring-cloud-alibaba-dubbo-service-annotation/src/main/resources/application.yml
+++ 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-spring-cloud-alibaba-dubbo-service-annotation/src/main/resources/application.yml
@@ -32,7 +32,6 @@ shenyu:
       props:
         contextPath: /spring-cloud-alibaba-dubbo
         appName: spring-cloud-alibaba-dubbo
-        nacosNameSpace: ShenyuRegisterCenter
         port: 20888
 
 dubbo:
diff --git 
a/shenyu-examples/shenyu-examples-grpc/src/main/resources/application.yml 
b/shenyu-examples/shenyu-examples-grpc/src/main/resources/application.yml
index f632133..09f0f34 100644
--- a/shenyu-examples/shenyu-examples-grpc/src/main/resources/application.yml
+++ b/shenyu-examples/shenyu-examples-grpc/src/main/resources/application.yml
@@ -33,7 +33,6 @@ shenyu:
         contextPath: /grpc
         appName: grpc
         ipAndPort: 127.0.0.1:8080
-        nacosNameSpace: ShenyuRegisterCenter
         port: 8080
 
 logging:
diff --git 
a/shenyu-examples/shenyu-examples-http/src/main/resources/application.yml 
b/shenyu-examples/shenyu-examples-http/src/main/resources/application.yml
index 6066090..9dbeaeb 100644
--- a/shenyu-examples/shenyu-examples-http/src/main/resources/application.yml
+++ b/shenyu-examples/shenyu-examples-http/src/main/resources/application.yml
@@ -26,7 +26,6 @@ shenyu:
         contextPath: /http
         appName: http
         port: 8189
-        nacosNameSpace: ShenyuRegisterCenter
 
 logging:
   level:
diff --git 
a/shenyu-examples/shenyu-examples-motan/shenyu-examples-motan-service/src/main/resources/application.yml
 
b/shenyu-examples/shenyu-examples-motan/shenyu-examples-motan-service/src/main/resources/application.yml
index d59e871..dcb2e8c 100644
--- 
a/shenyu-examples/shenyu-examples-motan/shenyu-examples-motan-service/src/main/resources/application.yml
+++ 
b/shenyu-examples/shenyu-examples-motan/shenyu-examples-motan-service/src/main/resources/application.yml
@@ -33,7 +33,6 @@ shenyu:
         ipAndPort: motan
         appName: motan
         port: 8081
-        nacosNameSpace: ShenyuRegisterCenter
 
 motan:
   registry:
diff --git 
a/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/src/main/resources/application.yml
 
b/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/src/main/resources/application.yml
index f753c8e..ddbed4e 100644
--- 
a/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/src/main/resources/application.yml
+++ 
b/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/src/main/resources/application.yml
@@ -40,4 +40,3 @@ shenyu:
         ipAndPort: sofa
         appName: sofa
         port: 8888
-        nacosNameSpace: ShenyuRegisterCenter
diff --git 
a/shenyu-examples/shenyu-examples-springcloud/src/main/resources/application.yml
 
b/shenyu-examples/shenyu-examples-springcloud/src/main/resources/application.yml
index 00ac626..188d64b 100644
--- 
a/shenyu-examples/shenyu-examples-springcloud/src/main/resources/application.yml
+++ 
b/shenyu-examples/shenyu-examples-springcloud/src/main/resources/application.yml
@@ -44,7 +44,6 @@ shenyu:
       props:
         contextPath: /springcloud
         port: 8884
-        nacosNameSpace: ShenyuRegisterCenter
 
 logging:
   level:
diff --git 
a/shenyu-examples/shenyu-examples-tars/src/main/resources/application.yml 
b/shenyu-examples/shenyu-examples-tars/src/main/resources/application.yml
index 87625cd..2c3c8d8 100644
--- a/shenyu-examples/shenyu-examples-tars/src/main/resources/application.yml
+++ b/shenyu-examples/shenyu-examples-tars/src/main/resources/application.yml
@@ -37,5 +37,4 @@ shenyu:
         contextPath: /tars
         appName: tars
         port: 21715
-        host: 192.168.41.103
-        nacosNameSpace: ShenyuRegisterCenter
\ No newline at end of file
+        host: 192.168.41.103
\ No newline at end of file

Reply via email to