Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 롬복
- 롬북
- java
- aws
- 완전탐색알고리즘
- 정처기공부
- PULL방식아키텍쳐
- Docker
- 프로그래머스
- controller
- 정보처리기사필기
- 정처기
- 롬복사용시주의할점
- Groovy문법
- 빌드자동화도구
- 정보처리기사
- 자바
- 생성자
- 어노테이션
- CICD
- 정처기필기
- 빌드스크립트
- spring
- 알고리즘
- API
- 서버
- Java8
- 시계열디비
- git
- 무중단배포
Archives
- Today
- Total
목록Error (1)
우당탕탕 개발일지
[Error] Resolved[org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot construct instance of
게시판 만들기 중 댓글 작성 기능을 구현하고 있는데 아래와 같은 에러가 발생했다. Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot construct instance ofcs 어디가 문제인지 확인하기 위해 로그를 남겨보았는데,Controller에 남긴 log 부터 아예 남겨지지 않았다. 123456@PostMapping("/{postsId}/comments")public ResponseCommentCreateResponse> createComment(@PathVariable Long postsId, @RequestBody CommentCreateRequest comment..
Error
2022. 12. 27. 22:21