Polishing

This commit is contained in:
Greg L. Turnquist
2020-08-06 16:19:35 -05:00
parent 2c4d5ccbbc
commit f7121c2bf8
2 changed files with 0 additions and 8 deletions

View File

@@ -24,17 +24,13 @@ Most of the sample apps can be built and run using the following commands from
within the `server` folder.
----
```sh
$ ./mvnw spring-boot:run
```
----
Or alternatively, run the following to create runnable JAR file that will run anywhere there's a JDK:
----
```sh
$ ./mvnw package
```
----
== Running the Client(s)
@@ -44,9 +40,7 @@ that connect to the server. You can run these clients by using the following
command from within each of client subdirectories:
----
```sh
$ ./mvnw spring-boot:run
```
----
== License

View File

@@ -7,9 +7,7 @@ send the request to and receive the response from the service.
You can run the client by using the following command from within this directory:
----
```sh
$ ./mvnw spring-boot:run
```
----
== License