This service handles updating the transaction resource with a list of filings after the transaction has been closed and starts the processing of the transaction.
The diagram below shows how the filing-resource-handler-java is used in the journey.

In order to run the service locally you will need the following:
To checkout and build the service:
- Clone Docker CHS Development and follow the steps in the README.
These instructions are for a local docker environment.
- Edit
services/modules/filing-resource-handler/filing-resource-handler-java.docker-compose.yamla. Add the value forCHS_INTERNAL_API_KEYwhich can be found in MongoDB - Run
./bin/chs-dev services enable filing-resource-handler-java - Run
./bin/chs-dev development enable filing-resource-handler-javaif you wish to see changes in the code