A document generation service that transforms document templates in a remote Bitbucket repository into PDF documents.
make shadowJar
make run
make test
When processing a template type
at a specific version
, and data into a document, the DocGen service expects the BitBucket repository to have a release/${version}
branch that contains the template type at /templates/${type}.html.tmpl
.
BITBUCKET_URL
BITBUCKET_USERNAME
BITBUCKET_PASSWORD
BITBUCKET_DOCUMENT_TEMPLATES_PROJECT
BITBUCKET_DOCUMENT_TEMPLATES_REPO
This project is based on https://github.com/jooby-project/gradle-starter.