[Spring/SpringBoot] RestTemplate으로 HTTP 요청 후 응답받기
참고: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/client/RestTemplate.html RestTemplate (Spring Framework 5.1.8.RELEASE API) Synchronous client to perform HTTP requests, exposing a simple, template method API over underlying HTTP client libraries such as the JDK HttpURLConnection, Apache HttpComponents, and others. The RestTemplate offers templates for ..
개발/Java & Spring
2019. 2. 26.