For Spring MVC, the `HttpMessageConvertersAutoConfiguration` configures the appropriate message converters for the server and the client (`RestTemplate`). We should do the same for WebFlux, using `ServerCodecConfigurer` and `ClientCodecConfigurer`.
For Spring MVC, the
HttpMessageConvertersAutoConfigurationconfigures the appropriate message converters for the server and the client (RestTemplate).We should do the same for WebFlux, using
ServerCodecConfigurerandClientCodecConfigurer.