File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ Usage
1212
1313This will generate a multi-module Maven project with three modules:
1414
15- * * client module * : a simple JavaFX client that makes REST calls onto the server
16- * * server module * : a simple SpringMVC REST server
17- * * common module * : common classes shared between client and server (such as data beans)
15+ * _ client module _ : a simple JavaFX client that makes REST calls onto the server
16+ * _ server module _ : a simple SpringMVC REST server
17+ * _ common module _ : common classes shared between client and server (such as data beans)
1818
19- After creating the project you can build it using Maven commands. From the generated base project directory type:
19+ After creating the project you can build it using Maven commands. From the generated _ base project _ directory type:
2020
2121 mvn clean install
2222
23- Run the server from the base directory of the * server module * using:
23+ Run the server from the base directory of the _ server module _ using:
2424
2525 mvn jetty:run
2626
27- Run the client from the base directory of the * client module * using:
27+ Run the client from the base directory of the _ client module _ using:
2828
2929 mvn jfx:run
3030
You can’t perform that action at this time.
0 commit comments