Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 646 Bytes

ReadMe.md

File metadata and controls

33 lines (23 loc) · 646 Bytes

Shopping Portal

Setting the Properties

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

Running with Spring Boot

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/

Creating the war file

The following command will build the war file. ./gradlew clean war

In progress

  • Submit order.