Simple service to return the set of ISO standard currencies
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
createdb iso_4217
SPRING_DATASOURCE_URL=jdbc:mysql://localhost:3306/iso_4217?reconnect=true
SPRING_DATASOURCE_USERNAME=root
SPRING_DATASOURCE_PASSWORD=password