jiujieti / TransferService

The backend for a simple transfer service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The backend for a simple transfer service


Languages

Language:Java 44.2%Language:Shell 31.5%Language:Batchfile 24.3%