-
[SpringBoot] @RequestBody, @ResponseBody 어노테이션IT/삽질 2023. 10. 31. 11:31
@RequestBody 는 단독으로 사용되지 않고, 메소드의 인자로 추가하며 해당 어노테이션이 포함된 메소드가 호출 시 HTTP 요청의 requestBody 내용을 통채로 지정한 타입의 인스턴스로 변경함
참고) https://wildeveloperetrain.tistory.com/144
'IT > 삽질' 카테고리의 다른 글
[AWS] EC2 인스턴스 행(hang) 현상 & 스왑메모리 할당 (0) 2024.01.04 [Redis] 맥북에 redis 설치하기 (0) 2023.11.15 [SpringBoot] Spring Security, custom login 반응없음 (1) 2023.05.09 [SpringBoot] Security 관련 에러 - Error creating bean with name 'webSecurityConfig' (0) 2023.05.05 [SpringBoot] @Transactional 어노테이션, 트랜잭션 전파 (0) 2023.05.04