From 1f607ba84705e97224c60cc7c24669fd61e285b8 Mon Sep 17 00:00:00 2001 From: yostane's Worldline github account <86733850+wlybe@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:13:57 +0100 Subject: [PATCH] Update 01-without_versioning.md fix two commands --- docs/01-without_versioning.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/01-without_versioning.md b/docs/01-without_versioning.md index e87662f..49a7189 100644 --- a/docs/01-without_versioning.md +++ b/docs/01-without_versioning.md @@ -20,13 +20,13 @@ In the first shell, run: In the second one: ```jshelllanguage -./gradlew bootRun-p rest-number +./gradlew bootRun -p rest-number ``` And in the last one: ```jshelllanguage -./gradlew bootRun-p gateway +./gradlew bootRun -p gateway ``` _You can disable unit and integration tests by adding the option ``-x test`` at the end of the command ;-)._ @@ -199,4 +199,4 @@ In the [BookControllerIT](../rest-book/src/test/java/info/touret/bookstore/sprin } ``` -See what happens. \ No newline at end of file +See what happens.