-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[오류] p.110 PostsApiControllerTest.java 오류 #150
Comments
저도 똑같은 이슈가 있었는데, PostsApiController 클래스에 PutMapping이 아닙니다. PostMapping으로 고쳐서 테스트를 시도해보세요. |
@Rebwon |
저는 4시간 이상.. ㅋㅋㅋㅋㅋㅋ |
@Rebwon |
아 이미 해결된 이슈였군요.. 사전에 검색했는데 못봤나봅니다 ㅜㅠ |
@monkeyDugi, @taehee-kim-dev, @nugurejeil 아고 죄송합니다 ㅠ |
이것 때문에 저 3일 동안 고민했습니다 ㅠㅠ |
감사합니다.. |
1 similar comment
감사합니다.. |
와... 너무하네요 ㅠㅠㅠ |
ㅋㅋㅋㅋ 전 하루..^^ 3일 보신분 보고 위안삼아 갑니닼ㅋㅋㅋ |
기존에 올라온 질문이 아닌지 먼저 검색해주세요!
어떤 오류인가요?
오류설명:
p.110 PostsApiControllerTest.java까지
책에 있는 그대로 타이핑했는데
org.springframework.web.client.RestClientException: Error while extracting response for type [class java.lang.Long] and content type [application/json;charset=UTF-8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize instance of
java.lang.Long
out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance ofjava.lang.Long
out of START_OBJECT token와 같은 오류가 납니다.
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.8.3'
추가해서 해봤는데도 소용없네요ㅠ
프로젝트 주소
Github에 오류가 난 프로젝트를 올려주세요.
오류 로그
어떤 오류인지 캡쳐해주세요.

The text was updated successfully, but these errors were encountered: