https://cheershennah.tistory.com/179
[Spring] @RequestBody / @ResponseBody 어노테이션 이란?
스프링에서 비동기 처리를 하는 경우 @RequestBody , @ResponseBody를 사용한다. 비동기 처리를 위해 이 어노테이션들은 어떻게 작동할까? 클라이언트와 서버의 비동기 통신 클라이언트에서 서버로 통
cheershennah.tistory.com
'Spring > @annotation' 카테고리의 다른 글
@NotNull, @NotEmpty, @NotBlank (0) | 2024.06.09 |
---|---|
@RequestParam (0) | 2024.06.09 |
@Validated, @Valid (0) | 2024.06.09 |
@interface (0) | 2024.06.09 |
@Retention (0) | 2024.06.09 |