RestTemplate에서 OpenFeign으로의 전환 및 사용법
그동안 잘 사용하고 있던 RestTemplate이 곧 Deprecated가 된다고 한다. 그렇다고 못쓰는건 아니다. 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. 그러면서 spring docs에서는 WebClient로 바꾸라고 권장을 하고 있다. 하지만..
Framework/Spring
2021. 3. 4. 18:34