You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by al...@apache.org on 2021/09/05 09:00:52 UTC

[dubbo-samples] branch master updated: Remove param override from consumer side

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 <jh...@gmail.com>
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: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org