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
- netsh
- Mac
- 줄바꿈 문자
- ssh
- profile
- Source
- VirtualBox
- lsof
- maVen
- xargs
- tomcat
- grep
- GIT
- plugin
- context
- find
- resource
- Windows 10
- Windows
- vscode
- import
- bash
- web.xml
- 네트워크
- Eclipse
- JavaScript
- 단축키
- IntelliJ
- port
- Quartz
Archives
- Today
- Total
develog
[boot] Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "clip" 오류 본문
카테고리 없음
[boot] Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "clip" 오류
냐옴 2025. 2. 26. 14:00
클래스 레벨에 @JsonIgnoreProperties(ignoreUnknown = true) 를 추가한다
@JsonIgnoreProperties(ignoreUnknown = true)
public class SomeClass {
}
Comments