The DPS Validation Service provides a single operation that completely replacing the legacy DPS Validation services (Driver Fitness Case Management) previously hosted on webMethods.
Health check and self documenting Swagger-UI endpoints are also included.
These include:
- getValidOpenDFCMCase
See Installing section for running the application locally. Refer to the https://github.com/bcgov/jag-dps/blob/master/README.md on how to build and deploy the project within a Docker container.
No env variables
set the
cloud
active profile in order to activate environment variables overwriting:spring_profiles_active=cloud
Add the following flags
Environment Variable | Description | Notes |
---|---|---|
DFCMS_BASE_PATH | the ords dfcms base path | |
DFCMS_USERNAME | the ords dfcms username | |
DFCMS_PASSWORD | the ords dfcms password |
|TBD| | |
Run
mvn clean install
Run
mvn spring-boot:run
http://localhost:8081/figvalidationservice/locateMatchingApplicants
http://localhost:8081/figvalidationservice/validateApplicantService
http://localhost:8081/figvalidationservice/validateApplicantForSharing
http://localhost:8081/figvalidationservice/validateApplicantPartyId
others when complete here
http://localhost:8081/figvalidationservice/actuator/health
http://localhost:8081/figvalidationservice/swagger-ui.html
Run
mvn test
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
TBD
TBD
TBD
TBD
TBD