Is your feature request related to a problem? Please describe. I did not use SpringCloud in my project, but I also want to use Feign's features.
Describe the solution you'd like I hope to release a Springboot version without any dependency on SpringCloud.
for example:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-openfeign</artifactId>
</dependency>
Comment From: OlgaMaciaszek
Hello @youngledo. That is not something we plan to do. We suggest you use Spring Interface Clients instead.
Comment From: OlgaMaciaszek
Also, if you do not need Cloud integrations, you can just use OpenFeign dependencies directly and set it up on your own.