본문 바로가기

프로그래밍/Spring

Spring Annotation의 종류와 그 역할

https://gmlwjd9405.github.io/2018/12/02/spring-annotation-types.html


https://jdm.kr/blog/216



유용한 어노테이션

@JsonIgnoreProperties(ignoreUnknown = true)

: 인자값 무시 어노테이션 


ex) @JsonIgnoreProperties(ignoreUnknown = true)

public class PostFixVO {