diff --git a/whatsmars-dubbo/whatsmars-dubbo-consumer/src/main/resources/META-INF/spring/dubbo-demo-consumer.xml b/whatsmars-dubbo/whatsmars-dubbo-consumer/src/main/resources/META-INF/spring/dubbo-demo-consumer.xml index ab0645f6bde6c46303b398c8f98cc4ce582d1eab..82c6b58d746fead5e63172665681059bd1eaa93e 100644 --- a/whatsmars-dubbo/whatsmars-dubbo-consumer/src/main/resources/META-INF/spring/dubbo-demo-consumer.xml +++ b/whatsmars-dubbo/whatsmars-dubbo-consumer/src/main/resources/META-INF/spring/dubbo-demo-consumer.xml @@ -12,7 +12,7 @@ - + provider --> - + + + timeout="500" retries="2" /> diff --git a/whatsmars-dubbo/whatsmars-dubbo-provider/src/main/resources/dubbo.properties b/whatsmars-dubbo/whatsmars-dubbo-provider/src/main/resources/dubbo.properties index 9c87e8290676a0dfe02e4a59e3393dff9d8b08aa..e8eaf7b7f6a40d6ab2c2ce02f287e5b401292700 100644 --- a/whatsmars-dubbo/whatsmars-dubbo-provider/src/main/resources/dubbo.properties +++ b/whatsmars-dubbo/whatsmars-dubbo-provider/src/main/resources/dubbo.properties @@ -16,7 +16,7 @@ dubbo.container=log4j,spring dubbo.spring.config=classpath*:META-INF/spring/*.xml dubbo.application.name=demo-provider -dubbo.application.owner=william +dubbo.application.owner=javahongxi #dubbo.registry.address=multicast://224.5.6.7:1234 dubbo.registry.address=zookeeper://127.0.0.1:2181 #dubbo.registry.address=redis://127.0.0.1:6379