This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 0d17f871e default qos-port:22222 conflict when start consumer
application and provider application,change consumer qos-port to 33333 . (#1047)
0d17f871e is described below
commit 0d17f871eafd0a5d7ad3cc1f7a942b78c26b8736
Author: Tritone <[email protected]>
AuthorDate: Mon Mar 11 15:14:56 2024 +0800
default qos-port:22222 conflict when start consumer application and
provider application,change consumer qos-port to 33333 . (#1047)
Co-authored-by: tritone <[email protected]>
---
.../src/main/resources/application.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/1-basic/dubbo-samples-spring-boot/dubbo-samples-spring-boot-consumer/src/main/resources/application.yml
b/1-basic/dubbo-samples-spring-boot/dubbo-samples-spring-boot-consumer/src/main/resources/application.yml
index 631228afe..1fd2a81e8 100644
---
a/1-basic/dubbo-samples-spring-boot/dubbo-samples-spring-boot-consumer/src/main/resources/application.yml
+++
b/1-basic/dubbo-samples-spring-boot/dubbo-samples-spring-boot-consumer/src/main/resources/application.yml
@@ -16,6 +16,7 @@
dubbo:
application:
- name: dubbo-springboot-demo-consumer
+ name: dubbo-springboot-demo-consumer
+ qos-port: 33333
registry:
address: zookeeper://${zookeeper.address:127.0.0.1}:2181
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]