import java.util.List; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.http.converter.HttpMessageConverter; import org.springframework.http.converter.StringHttpMessageConverter; import java.nio.charset.Charset; import org.springframework.web.servlet.config.annotation.EnableWebMvc; import org.springframewo..