From 108fe46251324558ec621eeb660e68a2663ebf94 Mon Sep 17 00:00:00 2001 From: javahongxi Date: Tue, 9 Jan 2018 10:32:07 +0800 Subject: [PATCH] async --- .../org/hongxi/whatsmars/dubbo/demo/consumer/DemoConsumer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whatsmars-dubbo/whatsmars-dubbo-consumer/src/main/java/org/hongxi/whatsmars/dubbo/demo/consumer/DemoConsumer.java b/whatsmars-dubbo/whatsmars-dubbo-consumer/src/main/java/org/hongxi/whatsmars/dubbo/demo/consumer/DemoConsumer.java index cef3f3c8..b14f0c64 100644 --- a/whatsmars-dubbo/whatsmars-dubbo-consumer/src/main/java/org/hongxi/whatsmars/dubbo/demo/consumer/DemoConsumer.java +++ b/whatsmars-dubbo/whatsmars-dubbo-consumer/src/main/java/org/hongxi/whatsmars/dubbo/demo/consumer/DemoConsumer.java @@ -20,7 +20,7 @@ public class DemoConsumer { context.start(); // 异步调用 - async(context); +// async(context); // dubbo protocol DemoService demoService = (DemoService) context.getBean("demoService"); // 获取远程服务代理 -- GitLab