Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 350 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 350 Bytes

Payment gateway

Compiling from source

./mvnw package

Usage

java -jar target/*.jar

Server listens on port 8081 by default. Use command line option --server.port= to change it.

Default URL where frontend is running (used for redirection): https://localhost:4201
Use command line option -Dfrontend.url= to change it.