Skip to content

Commit bd187a7

Browse files
committed
check in
1 parent a16c0ea commit bd187a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Usage
1212

1313
This 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

0 commit comments

Comments
 (0)