Spring boot microservice for simulating forex provider.
Wonderful demonstration of the versatility of the Spring Boot.
Works by providing conversion rates to the currency-service client.
Once running, it connects to the eureka-naming-server, which acts as a load-balancer. This way, you don't have to keep hard-coding URIs and ports - eureka handles that. Fabolous stuff!