Run from JAR
Batch Acquirer is distributed as a single executable JAR, which can be downloaded from the assets available in the release page of the GitHub repository.
wget https://github.com/pagopa/rtd-ms-transaction-filter/releases/latest/download/rtd-ms-transaction-filter.jar
The application is built with Java 1.8 compatibility. However we test and actively support only Java 11 so we encourage to adopt a JRE version 11.
Alternatively, it can be built from scratch from the sources available in the same repository (see this README section for the details).
Create the Java KeyStore file
Make sure a Java KeyStore file has been created as indicated in the paragraph Java KeyStore.
Create a configuration file
Make sure a suitable Spring Boot configuration file has been created, and environment variables has been set, as indicated in the paragraph Set environment variables.
Executing the Jar
Run the command:
java -jar rtd-ms-transaction-filter.jar
Last updated