json 을 VO 로 매핑하는 도중
property 가 null 일 경우 에러 나는 경우가 있음
그럴때는 해당 VO 클래스 상단에
@JsonIgnoreProperties(ignoreUnknown = true)
해당 어노테이션을 선언.
'JAVA > TROUBLE SHOOTING' 카테고리의 다른 글
error403 - cross domain(크로스 도메인) (0) | 2021.06.01 |
---|---|
MYBATIS 에러 이유를 못찾을때 (0) | 2020.07.13 |
JSON, VO 맵핑 도움글 (0) | 2020.01.02 |
Parameter 0 of constructor in required a bean of type 'java.lang.String' that could not be found (0) | 2019.12.30 |
@Value 안먹을때 (0) | 2019.12.06 |