From 48b18e11b17cbe459e92c1d5b4d4cbaf13aba203 Mon Sep 17 00:00:00 2001 From: vedasole Date: Mon, 12 Feb 2024 02:05:44 +0530 Subject: [PATCH] updated spring-boot run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d34772..b2f4dfa 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ In the project directory, you can run: To install all the dependencies required for the project. -### `mvn springboot:run` +### `mvn spring-boot:run` Runs the app in the development mode.\ Open [http://localhost:8000](http://localhost:8000) to view it in your browser.