A shared DIGITALFORMS client library
Used by:
Add the following dependency to your spring boot application
<dependencies>
<dependency>
<groupId>ca.bc.gov.open</groupId>
<artifactId>digitalforms-ords-client</artifactId>
<version>0.1.2</version>
</dependency>
</dependencies>
Configure the following properties in your application.properties
digitalforms.client.basePath=path-to-df-ords
digitalforms.client.username=username
digitalforms.client.password=password