Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 604 Bytes

File metadata and controls

19 lines (14 loc) · 604 Bytes

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