Table of Contents
This application will act as an gateway for the home-monitor.
Important
|
To be able to run this application the configuration-service has to be started before running this application. |
To be able to start the application, the configuration-service has to be started before. The url to the configuration service can be modified using the CONFIG_SERVICE_URL (default: http://localhost:8088) environment variable.
If the configuration service is running and defined the application can be run with:
gradlew bootRun
Tip
|
Environment variables seems not to be applied when using gradlew .
|