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`.