bcgov / jag-digitalforms-client

Digital Forms ORDS client (Shared)
0 stars 1 forks source link

jag-digitalforms-client

A shared DIGITALFORMS client library

Used by:

Usage

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