ResponseEntity contains HTTP response which includes HTTP header information, HTTP body and HTTP status, but ResponseBody will put the returns value of request handler/end point as a part of the HTTP body.
ResponseEntity and ResponseBody in Spring Boot

Post a Comment
Post a Comment