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 cef3f3c874382bd92f17aa2aa1e3cabcd1c6ecd3..b14f0c647cf87f88c7016cff0fbab97100ebad00 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"); // 获取远程服务代理