⚙️ Backend/스프링(Spring) Framework
스프링(Spring) - 컨트롤러 result 보낼 때 한글 깨짐 현상
코너(Corner)
2021. 5. 24. 10:05
반응형
한글이 안깨지기 하기 위해서는 text/pain; charset=utf-8를 작성한다.
@PostMapping(value = "/new", consumes = "application/json", produces ="text/plain; charset=utf-8")
반응형