Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 384 Bytes

Readme.md

File metadata and controls

9 lines (6 loc) · 384 Bytes

How to build

  • Execute: mvn clean package

How to start program

  1. Build program
  2. execute java -jar target/money-transfer-api-jar-with-dependencies to run program with default configuration
  3. execute java -jar target/money-transfer-api-jar-with-dependencies param1 param2 param3 where param1 is httpServer api, param2 httpServer port, param3 port of redis.