springboot
[springboot]Feign client 사용하기 - REST api 간편 호출
스프링 환경에서 간편하게 외부 api를 호출할 수 있는 라이브러리인 feign client 를 사용해보도록 하겠습니다. restTemplate 보다 훨씬 더 간편하게 api를 호출 할 수 있습니다. feign client의 다양한 기능이 있지만 본 문서에서는 스프링 부트 환경에서 기본적인 기능을 활용해 api 호출을 간단하게 진행해보도록 하겠습니다. 전체 소스 코드는 하단의 github url 등록해두었습니다. 1. 라이브러리 import #gradle 더보기 ext { set('springCloudVersion', "2020.0.2") } dependencies { implementation 'org.springframework.cloud:spring-cloud-starter-openfeign' imp..
2021. 9. 12. 16:24
최근댓글