Built for HBT's profile management application, pwr-report-service is a microservice wrapper around Eclipse Birt. It transforms the pwr-view-profile-service datamodel into a datamodel the HBT templates understand and renders them as .docx.
- Spring Boot
- Spring Cloud Netflix
- Eclipse BIRT
- MySQL
Please refer to pwr-profile-service Readme for a setup guide.
Requirements:
- Docker
- Docker-Compose
Steps:
- Build the service
mvn package - Build the image
docker image build -t pwr-report-service:master . - Set the image location in the
docker-compose.yamlto a location on your filesystem (absolute path) - Run the app:
docker-compuse up