项目作者: DmitriiSerikov

项目描述 :
Standalone service that exposes simple RESTful API for money transfers between accounts
高级语言: Groovy
项目地址: git://github.com/DmitriiSerikov/money-transfer-service.git
创建时间: 2018-10-15T11:24:50Z
项目社区:https://github.com/DmitriiSerikov/money-transfer-service

开源协议:MIT License

下载


Build Status
Quality Gate
codecov

Run in Postman

Money transfer service powered by Micronaut

How to start

Once the application is pulled from git it can be built and run by maven wrapper using command:

  1. mvnw clean install

This will fetch dependencies and run all tests

To run the app use following command:

  1. mvnw exec:exec

The application will start on the default port 8080