From dec6394cf71896b6a0ceaacb8766d42358c0ca7b Mon Sep 17 00:00:00 2001 From: javahongxi Date: Fri, 12 Jan 2018 17:58:24 +0800 Subject: [PATCH] test --- .../main/resources/META-INF/spring/dubbo-demo-provider.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whatsmars-dubbo/whatsmars-dubbo-provider/src/main/resources/META-INF/spring/dubbo-demo-provider.xml b/whatsmars-dubbo/whatsmars-dubbo-provider/src/main/resources/META-INF/spring/dubbo-demo-provider.xml index 7110beda..aaae2764 100644 --- a/whatsmars-dubbo/whatsmars-dubbo-provider/src/main/resources/META-INF/spring/dubbo-demo-provider.xml +++ b/whatsmars-dubbo/whatsmars-dubbo-provider/src/main/resources/META-INF/spring/dubbo-demo-provider.xml @@ -28,10 +28,10 @@ timeout="500" retries="2" /> - + + mock="org.hongxi.whatsmars.dubbo.demo.provider.BarServiceMock" executes="10" protocol="dubbo" /> \ No newline at end of file -- GitLab