setAge(Integer.parseInt(map.get("age"))); return Mono.just(person); }).subscribe(System.out::println); Mono.fromCallable(()->{ Map<String ...
確定! 回上一頁