https://gmlwjd9405.github.io/2018/12/02/spring-annotation-types.html
유용한 어노테이션
@JsonIgnoreProperties(ignoreUnknown = true)
: 인자값 무시 어노테이션
ex) @JsonIgnoreProperties(ignoreUnknown = true)
public class PostFixVO {
'프로그래밍 > Spring' 카테고리의 다른 글
Mybatis와 IBatis 리턴결과 (0) | 2019.05.31 |
---|---|
MyBatis 샾(#) 달러($) 차이 (0) | 2019.03.11 |
스프링 동작 원리 (0) | 2018.08.28 |
[문제해결] 심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener (0) | 2018.08.25 |
스프링 타일즈 세팅 (0) | 2018.08.25 |