6

What is the difference between:

I found this issue when I was trying to follow a tutorial using openfeign @FeignClient(name=...). However, I was using feign, not openfeign, and this annotation was not the same.

Isn't it the same thing?

Paulo Merson
  • 13,270
  • 8
  • 79
  • 72
Mohamed Taboubi
  • 6,663
  • 11
  • 55
  • 87

1 Answers1

9

OpenFeign is the spiritual successor to Feign, originally provided by Netflix. The projects name was changed when the original project was released to the community. The correct dependency is spring-cloud-starter-openfeign.

Kevin Davis
  • 1,193
  • 8
  • 14