我将我的应用程序移动到使用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重要的是它的工作原理
它可以是什么?感谢