webflux 把返回的Flux对象转换成Mono对象
摘要:在使用一个对象列表时用Flux public Mono<ServerResponse> listPeople(ServerRequest request) { Flux<Person> people = repository.allPeople(); return ok().contentType(
阅读全文
posted @ 2022-10-27 20:33
浙公网安备 33010602011771号