Skip to content

Tag: spring-cloud-feign

How can I get api with FeignClient

I used Lombok, Open Feign and Spring Web I have currencyClient interface: And Controller: And “http://localhost:1212/getAllCurrency” is not working cause the link is converted into “**https://openexchangerates.org/api/historical/2012-07-10.json/appId**” I understand that &/= are re…