티스토리 뷰
@ResponseBody
@RequestMapping(value = "/json", method = RequestMethod.POST, produces = "application/json; charset=utf-8")
public String jsonx(String id) {
produces = "application/json; charset=utf-8"
이걸 쓰지 않으면 view에서 물음표로 받는다. 쓰면 정상적으로 출력
'프로그래밍 > spring' 카테고리의 다른 글
[spring] 한글 출력 방법 web.xml 설정 (0) | 2018.05.22 |
---|---|
LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods (0) | 2018.05.22 |
[spring] json을 받을때 파라메터를 모를때 방법 (0) | 2017.10.12 |
스프링 Spring 에서 ArrayList을 사용해서 json 만들기 (0) | 2017.10.10 |
스프링 Spring AJAX 406 Not Acceptable 에러시 해결법 (0) | 2017.10.10 |