Spring boot 2.0 Web客户端块执行保持应用程序

时间:2018-03-04 16:50:03

标签: spring spring-boot

我将我的应用程序移动到使用spring-boot 2.0.0.RELEASE,并且WebClient的逻辑停止工作。

String resp =  WebClient.create("https://stackoverflow.com/questions/7506392/how-to-create-android-facebook-key-hash").get().retrieve()
            .bodyToMono(String.class)
            .block();

log.info(resp);

当此代码执行应用程序时,只需按住
2.0.0.RC2重要的是它的工作原理
它可以是什么?感谢

0 个答案:

没有答案