This near-miss-engine is developed in context of the DMA near-miss project.
The Purpose of the component is to expose a REST interface into the generated near-miss event data of the system.
The software is built as part of the parent maven build. To build this maven module separately just run mvn package
or similar.
When running the build use the SpringBoot default profile (application.properties) for standalone execution of the tests.
The component has been designed to run in development mode (locally or within development environment). Or in a Docker packaged mode.
Running development mode use the profile dev
Running in Docker use the profile docker
When running the module browse to http://localhost:8080
in order to access the API definition.
Also the API is defined in the near-miss.yml file.
Note
|
The configuration API has not been fully developed and should propably be deleted if not needed in the future. |
Back to near-miss parent module.