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
- CRUD
- HashSet
- stringbuffer
- 자바
- lv1
- 코드업
- SQL
- 프로그래머스
- 알고리즘
- @NoArgsConstructor
- 기본생성자
- DTO
- 깃허브
- 부스트코스
- entity
- 캡슐화
- 상속
- git
- 브랜치
- html tag
- Python
- 부트캠프
- HTML
- 파이썬
- java
- @builder
- @AllArgsConstructor
- github
- Codeup
- 에러
Archives
- Today
- Total
목록역직렬화 오류 (1)
잉?
Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot construct instance of `` (although at least one Creator exists): cannot deserialize from Object value (no delegate- or property-based Creator)]
dto클래스에서 comment를 생성하는데 오류가 발생했다. 이 오류를 자세히 들여다보자. Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot construct instance of `` (although at least one Creator exists): cannot deserialize from Object value (no delegate- or property-based Creator)] ❓ 하나 이상의 creator가 존재하지만 Object 값을 역직렬화할 수 없다는 오류가 발생했다. 🔎 그 이유는 Jackson library가 역직렬화할 때 기본 생성자를 필요로..
에러메시지,에러해결
2023. 7. 6. 16:11