This is the client library for the send-letter-service aka Bulk Printing microservice.
- JDK 11
- Project requires Spring Boot v2.2 to be present
Just include the library as your dependency and you will be to use the client class. Health check for send-letter-producer is provided as well.
Components provided by this library will get automatically configured in a Spring context if send-letter.url
configuration property is defined and does not equal false
.
False would disable the auto configuration of the API.
The project uses Gradle as a build tool but you don't have install it locally since there is a
./gradlew
wrapper script.
To build project execute the following command:
./gradlew build
To run all checks (including unit tests) execute the following command:
./gradlew check
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details.