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 f778269 Remove param override from consumer side
f778269 is described below
commit f77826918569da8de9827ebabce9bd248bb65502
Author: Albumen Kevin <[email protected]>
AuthorDate: Sun Sep 5 17:00:30 2021 +0800
Remove param override from consumer side
---
.../src/main/resources/spring/dubbo-consumer.properties | 1 -
1 file changed, 1 deletion(-)
diff --git
a/dubbo-samples-annotation/src/main/resources/spring/dubbo-consumer.properties
b/dubbo-samples-annotation/src/main/resources/spring/dubbo-consumer.properties
index a09945a..dce749a 100644
---
a/dubbo-samples-annotation/src/main/resources/spring/dubbo-consumer.properties
+++
b/dubbo-samples-annotation/src/main/resources/spring/dubbo-consumer.properties
@@ -19,4 +19,3 @@
dubbo.application.name=samples-annotation-consumer
dubbo.registry.address=zookeeper://${zookeeper.address:127.0.0.1}:2181
-dubbo.consumer.timeout=1000
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]