From aa55551949f764a6b2e7adb51f7e945955662061 Mon Sep 17 00:00:00 2001 From: Lorenzo Bettini Date: Mon, 16 Oct 2017 15:04:38 +0200 Subject: [PATCH] fixed reference to microservice-demo jar in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b893240..3e852f2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ As you interact with the web-application ([http://localhost:3333](http://localho in the second and third windows. 1. In a new window, run up a second account-server using HTTP port 2223: - * `java -jar target/microservice-demo-0.0.1-SNAPSHOT.jar accounts 2223` + * `java -jar target/microservice-demo-1.1.0.RELEASE.jar accounts 2223` 1. Allow it to register itself 1. Kill the first account-server and see the web-server switch to using the new account-server - no loss of service.