Skip to content

Commit 237fa42

Browse files
committed
clarifications on running and setting up eclipse build
1 parent f64e06c commit 237fa42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quick-start/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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):
@@ -23,6 +23,7 @@ OR
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].

0 commit comments

Comments
 (0)