Skip to content

Simple Spring Boot application using Feign to make synchronous API calls.

Notifications You must be signed in to change notification settings

Example-Collection/Spring-Feign-Example

Repository files navigation

Synchronous API Call using Feign

프로젝트 실행 방법

  • 이 프로젝트는 2개의 모듈(SampleFeignClient, SampleServer)로 구성되어 있습니다.
    시연을 위해서는 2개의 애플리케이션을 모두 실행해야 합니다.

  • SampleFeignClient는 8081번, SampleServer는 8082번 포트에서 실행됩니다.

  • SampleFeignClient(:8081)/v1/send-feign-api-call에 요청을 보내면
    SampleFeignClient는 내부적으로 SampleServer(:8082)/v1/sample
    요청을 보내고, 그 응답을 클라이언트에게 반환해줍니다.

개발하며 정리한 글

About

Simple Spring Boot application using Feign to make synchronous API calls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages