Spring

Spring RestTemplate는 기본적으로만 사용하면 커넥션 풀 지원안함

fabxoe 2020. 8. 7. 15:44

https://nesoy.github.io/articles/2020-05/RestTemplate

 

RestTemplate에 대해

RestTemplate Spring에서 제공하는 Rest Client 현재는 Deprecated되어 WebClient로 가이드를 하고 있다. 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, co

nesoy.github.io