You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: As of 6.1, RestClient offers a more modern API for synchronous HTTP access. For asynchronous and streaming scenarios, consider the reactive WebClient.
The text was updated successfully, but these errors were encountered:
현재 채팅방에 업로드한 파일을 다운로드 하는 로직이 RestTemplate 방식으로 구현되어있음
RestTemplate -> WebClient 방식으로 구조 변경 필요
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/client/RestTemplate.html
The text was updated successfully, but these errors were encountered: