java.lang.IllegalArgumentException: Unknown return value type [java.lang.Integer]
ajax 호출 시 에러가 남.
@RequestMapping(value = "/test, method = RequestMethod.GET)
@ResponseBody
@ResponseBody를 추가 안해서 발생하는 오류
@ResponseBody
리턴되는 값은 View 를 통해서 출력되지 않고 HTTP Response Body 에 직접 쓰여지게 됨.
'intellij +springboot > 오류정리' 카테고리의 다른 글
[JavaScript] Converting circular structure to JSON(json 형태의 배열 로그 찍기) (0) | 2021.10.26 |
---|---|
Inconvertible types; cannot cast 'int' to 'java.lang.String (0) | 2021.09.23 |
Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported] (0) | 2021.08.06 |
Mybatis java.lang.NoClassDefFoundError 에러 (0) | 2021.05.17 |
21.05.15 개인 공부를 위해 블로그 시작합니다!! (0) | 2021.05.15 |