Interface ExchangeRateClient


  • @FeignClient(value="CurrencyExchangeRates",
                 url="https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml")
    public interface ExchangeRateClient
    • Method Detail

      • getRatesToEur

        @GetMapping
        org.springframework.http.ResponseEntity<String> getRatesToEur()