From 02f4bbf227cddba22252d4cc313e6cef81077381 Mon Sep 17 00:00:00 2001 From: NateGreat8 Date: Thu, 2 May 2019 00:48:29 -0400 Subject: [PATCH] Update README.adoc I did not realize which command runs the web server. I think the directions should be arranged in a slightly different order. --- maven-simplest/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-simplest/README.adoc b/maven-simplest/README.adoc index f6f98e673..abeda4892 100644 --- a/maven-simplest/README.adoc +++ b/maven-simplest/README.adoc @@ -13,6 +13,8 @@ The pom.xml uses the Maven shade plugin to assemble the application and all it's To run with maven mvn compile exec:java + +Now point your browser at http://localhost:8080 To build a "fat jar" @@ -28,5 +30,3 @@ don't need to install Vert.x on the target machine). You can also run the fat jar with maven: mvn package exec:exec@run-app - -Now point your browser at http://localhost:8080