Spring BootのRestTemplateで text/plain;Windows-31J なRESTレスポンスを処理する
要旨 JSONを返してくるのだけれどMIME typeが text/plain;charset=Windows-31J なレスポンスを、RestTemplateで扱いたい。 @GetMapping(produces = "text/plain;charset=Windows-31J") public String response() { return "{\"text\": \"こん