Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 732 Bytes

File metadata and controls

31 lines (17 loc) · 732 Bytes

patient-generated-data

Main application.

Local Development

Config

../make-configs.sh

Use less config/application-dev.properties to verify application properties for local development

A local database instance with PGD schema is required; see patient-generated-data-synthetic

Build

To resolve error reading liquibase-core.jar; zip END header not found, execute ../initialize-build.sh

Full build:

mvn clean install

Build without additional formatting, code coverage enforcement, static code analysis, integration tests, etc:

mvn -P'!standard' package

Start application:

java -Dspring.profiles.active=dev -jar target/patient-generated-data-${VERSION}.jar