Skip to content

Spring Boot Application for Serving ISO-4217 Currency Codes.

Notifications You must be signed in to change notification settings

SmiddyPence/iso-4217

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISO-4217 Currency Service

Simple service to return the set of ISO standard currencies

build status

Database

pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
createdb iso_4217

Set Enviroment Variables

SPRING_DATASOURCE_URL=jdbc:mysql://localhost:3306/iso_4217?reconnect=true
SPRING_DATASOURCE_USERNAME=root
SPRING_DATASOURCE_PASSWORD=password

About

Spring Boot Application for Serving ISO-4217 Currency Codes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published