Skip to content

OpenCollabZA/payment-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

payment-simulator

Implementations of payment gateway simulators

Running from IDE

You can run the simulator from an IDE either by using the SpringBoot integration if the IDE supports it. Or buy running the main method of the spring boot application.

Configuration

While developing you might want to change configuration such as the port on which the simulator is running. To load an external file you can add a spring "program parameter" to load an additional file. E.g. --spring.config.additional-location=/home/user/payment-simulator.yml

server:
  port: 8081

Building docker

About

Implementations of payment gateway simulators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published