/TransferService

The backend for a simple transfer service

Primary LanguageJava

Transfer Service

This is a simplified transfer web service implemented in Java. To run this service locally, firt git clone this repo:

git clone https://github.com/jiujieti/TransferService.git 

Then run the following Maven command to build the project in the local cloned repo:

mvn clean install

Finally run the application:

mvn spring-boot:run