$ mvn spring-boot:run$ mvn testGet the currency from database
Add currencies to database
Request Body:
[
{
"countryName": "英鎊",
"countryCode": "GBP"
},
{
"countryName": "歐元",
"countryCode": "EUR"
},
{
"countryName": "美金",
"countryCode": "USD"
}
]update the currency from database
Request Body:
{
"countryName": "英鎊1",
"countryCode": "GBP"
}delete the currency from database
Get coindesk data from coindesk API
Get transferred coindesk data from coindesk API