phoenixnap / springmvc-raml-plugin

Spring MVC - RAML Spec Synchroniser Plugin. A Maven plugin designed to Generate Server & Client code in Spring from a RAML API descriptor and conversely, a RAML API document from the SpringMVC Server implementation.
Apache License 2.0
136 stars 84 forks source link

make SpringFeignClient configurable #231

Closed GhaTMA closed 6 years ago

GhaTMA commented 6 years ago

We need to make FeignClient configurable. We use it with Eureka and there we have to define a specifc service Id. There is no need for URL. I did try to make my solution generic so it could solve other problems (if possible)