This is an automated email from the ASF dual-hosted git repository. zrlw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push: new 7f231e407 Fix Dubbo process directory at 11-quickstart README (#1246) 7f231e407 is described below commit 7f231e407fd880a1b2d9fbdf5ed4d31d965388e0 Author: Xibei <202308...@stu.sicau.edu.cn> AuthorDate: Sun Aug 17 12:36:01 2025 +0800 Fix Dubbo process directory at 11-quickstart README (#1246) --- 11-quickstart/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/11-quickstart/README.md b/11-quickstart/README.md index 23a3be850..f5752d317 100644 --- a/11-quickstart/README.md +++ b/11-quickstart/README.md @@ -15,12 +15,7 @@ $ ./mvnw clean install This will install all the modules especially `quickstart-api` in the local maven repo. ### Run quick start demo -Enter `quickstart-service` directory: -```shell -$ cd 11-quickstart/quickstart-service -``` - -then, run the following command to start Dubbo process: +Step into '11-quickstart' directory, run the following command to start Dubbo process: ```shell $ ./mvnw compile -pl quickstart-service exec:java -Dexec.mainClass="org.apache.dubbo.samples.quickstart.QuickStartApplication" ``` --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org