Interface ExchangeRateClient
-
@FeignClient(value="CurrencyExchangeRates", url="https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml") public interface ExchangeRateClient
-
-
Field Summary
Fields Modifier and Type Field Description static StringCURRENCY_URL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<String>getRatesToEur()
-
-
-
Field Detail
-
CURRENCY_URL
static final String CURRENCY_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRatesToEur
@GetMapping org.springframework.http.ResponseEntity<String> getRatesToEur()
-
-