File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Quick Start is a single-page web application that is deployed in an embedded Tom
77
88## Build and deploy the web app via command line
99- run ``` gradle build ```
10- - run ``` java -jar build/libs/quick-start-0.1.0.war ```
10+ - run ``` java -jar build/libs/quick-start-0.1.0.war ``` (or whatever the current version is in /build/libs/)
1111
1212
1313## To pass properties to the app, either do the following (in order of priority):
2323
2424## Build and deploy the web app via Eclipse
2525- Select Application.java then Run as Java Application
26+ - To develop in eclipse, run ``` ../gradlew eclipse ``` for both quick start and DHIB and make DHIB a project dependency
2627
2728## Go to the main page
2829- The main page is accessible at http://localhost:[server.port ] /[ server.contextPath] .
You can’t perform that action at this time.
0 commit comments