From b8e71a0b316400c521833a669314eb253db419c3 Mon Sep 17 00:00:00 2001 From: HoaPhan Date: Tue, 4 Oct 2022 08:21:28 +1100 Subject: [PATCH] correct boot-webmvc/README.md --- boot-webmvc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot-webmvc/README.md b/boot-webmvc/README.md index 88bbf9e..6f0d34d 100644 --- a/boot-webmvc/README.md +++ b/boot-webmvc/README.md @@ -4,7 +4,7 @@ A spring boot application with OpenAPI 3.0 api documentation enabled - Demonstrates using context path of `/mvc` - Demonstrates use of path for swagger-ui @ `/documentation` ``` -./gradlew boot-webflux:bootRun +./gradlew boot-webmvc:bootRun ``` ## Paths