동기
**식으로만 동작해 병목 현상 발생 가능동기
**식으로만 동작해 병목 현상 발생 가능RestTemplate 클래스의 대안으로 설계됨
Spring 5.0부터 지원하며 WebClient 사용 권장
// RestTemplate 클래스의 javadoc 일부분
NOTE: As of 5.0 this class is in maintenance mode, with only minor requests for
changes and bugs to be accepted going forward. Please, consider using the org.
springframework.web.reactive.client.WebClient which has a more modern API and
supports sync, async, and streaming scenarios.
장점
비동기
**식으로 동작