Loading src/main/java/es/redmic/utils/httpclient/HttpClient.java +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ public class HttpClient { try { response = restTemplate.exchange(url, HttpMethod.GET, null, templateClass); } catch (Exception e) { e.printStackTrace(); } if (response != null && response.getStatusCode().is2xxSuccessful()) Loading Loading
src/main/java/es/redmic/utils/httpclient/HttpClient.java +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ public class HttpClient { try { response = restTemplate.exchange(url, HttpMethod.GET, null, templateClass); } catch (Exception e) { e.printStackTrace(); } if (response != null && response.getStatusCode().is2xxSuccessful()) Loading