2, Service call
1, RestTemplate service interface call
RestTemplate
getForEntity: the returned object is the object converted from the data in the response body, which can be basically understood as Json;getForObject: the returned object is the ResponseEntity object, which contains some important information in the response, such as response header, resp ...
Posted on Wed, 13 Oct 2021 12:46:26 -0400 by charlestide