In ServerResponse, syncBody has been deprecated.
/** @deprecated */
@Deprecated
Mono<ServerResponse> syncBody(Object var1);
What should I do to replace this ?
In ServerResponse, syncBody has been deprecated.
/** @deprecated */
@Deprecated
Mono<ServerResponse> syncBody(Object var1);
What should I do to replace this ?