본문 바로가기
관리자

Programming-[Backend]/Spring

[TIL][작성중]RestTemplate 사용하기

728x90
반응형

 

참조 링크

 

https://blog.naver.com/hj_kim97/222295259904

 

https://tecoble.techcourse.co.kr/post/2021-07-25-resttemplate-webclient/

 

https://sjh836.tistory.com/141

 

 

 

 

 

--------------

 

 

REST Template으로 GET을 보내야하는데 header값을 추가하고 싶다면 exchange 메서드를 활용해야한다.

 

https://stackoverflow.com/questions/21101250/sending-get-request-with-authentication-headers-using-resttemplate

 

 

 

728x90
반응형