Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 559 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 559 Bytes

mgw-java

Overview

Sample java client application using SWIFT Microgateway to call SWIFT gpi Get Changed Payment Transaction API.

Getting Started

Prerequisites

  • Java 1.8
  • maven 3.5.* and above

Install & Run packages

Modify ClientApp.java to match with MGW configuration (like Application Name)

mvn clean package assembly:single

java -jar target\mgwclient-1.0.0-SNAPSHOT-jar-with-dependencies.jar

License

Apache v2.0

SWIFT is not liable for the usage of this sample app.