@RequestBody는 어떻게 동작할까?
Annotation indicating a method parameter should be bound to the body of the web request. The body of the request is passed through an HttpMessageConverter to resolve the method argument depending on the content type of the request.
@RequestBody는 Cli...
jiseunghyeon.com5 min read