From f7121c2bf800e8ac9b7792d3a6bebc9005bb139f Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Thu, 6 Aug 2020 16:19:35 -0500 Subject: [PATCH] Polishing --- README.adoc | 6 ------ weather/README.adoc | 2 -- 2 files changed, 8 deletions(-) diff --git a/README.adoc b/README.adoc index ccb675c..bd95079 100644 --- a/README.adoc +++ b/README.adoc @@ -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 diff --git a/weather/README.adoc b/weather/README.adoc index 64de817..b220db0 100644 --- a/weather/README.adoc +++ b/weather/README.adoc @@ -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