Please, refer to the application.properties file if you eventually want to change default values for this application.
mvn clean package
mvn test
java -jar {{path-to-the-builded-jar}}
timestamp=$(date +"%s"000);echo $timestamp; curl -X POST -H "Content-Type:application/json" -d "{\"amount\":10, \"timestamp\":${timestamp}}" localhost:8080/transactions
curl localhost:8080/statistics