@JsonIgnore 를 필드값에 붙여주면
데이터를 주고 받을 때 해당 데이터는 'ignore'되어서 결과에서 해당 필드값이 응답값에 보이지 않게된다.
'개발 팁' 카테고리의 다른 글
JPA @Inheritance , @MappedSuperclass , @Embedded, @Embeddable (0) | 2023.02.24 |
---|---|
Redirect 와 Forward (0) | 2023.02.24 |
@AllArgsConstructor / @RequiredArgsConstructor (0) | 2023.02.23 |
@RequestBody / @ResponseBody (0) | 2023.02.21 |
@ModelAttribute와 @RequestBody 차이점 (0) | 2023.02.21 |