Etc

스프링 Responsebody 인코딩 변경

아롱사태남 2016. 11. 22. 17:15
반응형

HttpHeaders responseHeaders = new HttpHeaders();
responseHeaders.add("Content-Type", "text/html; charset=euc-kr");

반응형