Consumes messages from a queue, generates PDFs and sends them to a third party supplier's SFTP server for postage.
To build the project execute the following command:
./gradlew build
To run all unit tests execute the following command:
./gradlew test
We use checkstyle and PMD.
To run all checks execute the following command:
./gradlew check
This project is licensed under the MIT License - see the LICENSE file for details.