Springframework 에서 jquery ajax 사용시 한글깨짐 문제…

  • Post author:
  • Post category:Java

Springframework 에서 jquery ajax 사용시 한글이 깨질때가 있음..

특히 리눅스에서 운영하면 한글로 잘 나오는데 윈도우에서 개발하면 한글이 안나올때가 있어 난감했음…

requestMapping에 produces를 추가하면 됨… ㅠ.ㅠ

@RequestMapping(value = "/test", produces = "application/json; charset=utf8")