exchangeToMono (response -> { if (response.statusCode().equals(HttpStatus.OK)) { return response.bodyToMono(Person.class); } else if (response.statusCode().
確定! 回上一頁