Supply the necessary values.
# E.g. ess.api.root=http://localhost:8080/ess/v1
ess.api.root=<value>
It was intended that the application run on a different port.
server.port=9090
See reference for executing with gradle on a different OS. https://docs.gradle.org/current/userguide/gradle_wrapper.html
The following command will run the app.
./gradlew clean bootRun
Index page: http://localhost:9090/esp/
The following command will build the war file.
./gradlew clean war
- Submit order.