Skip to content

diegopereiraeng/payments-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scanPay

How to Kick off a Harness Pipeline

edit the file PaymentValidation.java

go to the line: 126

max = 4000;
min = 3900;

increase the max variable to 5000 like this:

max = 5000;
min = 3900;

then propose a PR

How to start the scanPay application

  1. Run mvn clean install to build your application
  2. Start application with java -jar target/scanPay-1.0-SNAPSHOT.jar server config.yml
  3. To check that your application is running enter url http://localhost:8080

Health Check

To see your applications health enter url http://localhost:8081/healthcheck

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published