Skip to content

Instantly share code, notes, and snippets.

@knight1128
knight1128 / PortalRestTemplateIntegrationTest
Created May 15, 2015 14:43
rest template with utf-8 text/html
package com.google.locationlab;
import com.google.common.collect.Lists;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.Test;
import org.springframework.http.*;
import org.springframework.http.converter.HttpMessageConverter;
import org.springframework.http.converter.StringHttpMessageConverter;
import org.springframework.web.client.RestTemplate;