springBoot集成Dubbo 异步问题
来源:5-42 业务系统集成Dubbo异步调用实现(2)

口袋1
2019-04-07
我使用springboot 集成 dubbo 测试 异步,出现这个问题
@Reference(interfaceClass = IHelloService.class,async = true,timeout = 10000)
private IHelloService helloService;
@EnableAsync 也加了 但是感觉异步没有生效,麻烦解答下,谢谢
写回答
1回答
-
怎么确认异步没生效呢, 能简单描述一下么,更容易定位问题
032019-04-08
相似问题