Pull requests against this project have been disabled. Please contact one of the project owners for emergency bug fixes on this version
Prerequisites:
| Property | Default | Description | Example Override |
|---|---|---|---|
| dmx.contexts.map.file | /opt/contexts.json |
Directory location AND file name where generated file will be published | -Ddmx.contexts.map.file=/opt/dmx/contexts1.json |
| dmx.raml.reports.dir | /opt/raml-reports/ |
RAML report dir | -Ddmx.raml.reports.dir=/opt/any/ |
| dmx.server.ui.port | 9999 |
Default UI port | -Ddmx.server.ui.port=80 |
| dmx.server.admin.port | 9998 |
Default Admin port | -Ddmx.server.ui.port=88 |
mvn clean packagejava -jar target/dependency-mapper-ui-0.0.1-SNAPSHOT.jar- Open URL "http://localhost:9999/contextGraph", should return JSON payload
- Open URL "http://localhost:9999/mapper/", should return home page.
Added raml report microservice that takes ramlFileName as query parameter and return html contents.
http://localhost:9999/ramlReport?ramlFileName=index.html
Health Check URL: http://localhost:9998/healthcheck?pretty=true
- Default HTTP port for the application is
9999and for admin (healthcheck) it is9998. These can be changed by setting system properties as mentioned above.
- If you get the startup error
java.net.BindException: Address already in usethen you may be running the application already, if you want to run two instances in parallel you must change both the application and the admin ports.