Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 678 Bytes

Feign.md

File metadata and controls

13 lines (8 loc) · 678 Bytes

Feign

  • Netflix 에서 개발된 Spring Cloud 의 Restful 통신용 라이브러리 (Http client binder)
  • 웹 서비스 클라이언트를 보다 쉽게 작성할 수 있게 도와줌
  • Feign 을 사용하기 위해서는 interface 를 작성하고 annotation 을 선언 하기만 하면 됨
  • Spring-cloud-starter-openfeign 라이브러리 추가로 손쉽게 사용 가능

출처