Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 532 Bytes

File metadata and controls

31 lines (20 loc) · 532 Bytes

formp-proxy

This FormP Proxy service connects to the FormP Oracle database.

Running the service

Service Manager: sm2 --start FORMP_PROXY

To start the server locally: sbt 'run 6995'

Testing

Run unit tests with:

sbt test

Check code coverage with:

sbt clean coverage test it/test coverageReport

Run integration tests with:

sbt it/test

License

This code is open source software licensed under the Apache 2.0 License.