webflux 把返回的Flux对象转换成Mono对象
摘要:
在使用一个对象列表时用Flux public Mono<ServerResponse> listPeople(ServerRequest request) { Flux<Person> people = repository.allPeople(); return ok().contentType( 阅读全文
posted @ 2022-10-27 20:33 白衣风云 阅读(1198) 评论(0) 推荐(0) 编辑