Job Seekers Allowance microservice used for connecting to CIS, JSAPS and storing the output of attempted pushes to the claims.
- Java 8
- Maven
- Docker (for postgresql)
The easiest way to have a local DB up and running on your machine is to use docker
$ docker run --name dwp-jsa -e POSTGRES_PASSWORD=password -e POSTGRES_DB=dwp-jsa -p5432:5432 postgresIn application.properties, the services.publicKey needs to be populated with a good RSA key. To create this, and set it, run ./createPublicKey.sh. This is a one time operation. Please take care not to check this change in.
This service requires nsjsa-commons to build.