Using ResponseEntity in Spring
ResponseEntity, RequestEntity are used in Spring REST apis, RequestEntity is used as method level argument and ResponseEntity is used as method response. Both of these, can wrap any type of…
0 Comments
November 9, 2020