restTemplate
restTemplate 상태코드 가져오기 https://gist.github.com/ktarou/a875e84d0a65dce99dd38e307fe016e1 public class HandleHttpServerErrorException { private ObjectMapper objectMapper = new ObjectMapper(); public ResponseEntity handleRestTemplateCall() throws IOException { HttpHeaders headers = new HttpHeaders(); headers.add(HttpHeaders.ACCEPT, MediaType.APPLICATION_JSON_UTF8_VALUE); headers.setContentType(Media..