This is an automated email from the ASF dual-hosted git repository.

albumenj 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 a361d4569 fix shop doc (#1179)
a361d4569 is described below

commit a361d456982bf4936799a30d097d0994ba238a45
Author: heliang666s <[email protected]>
AuthorDate: Thu Aug 29 10:39:09 2024 +0800

    fix shop doc (#1179)
    
    * add shop doc and images
    
    * fix doc
---
 online_bontique_demo/doc/local-startup.md    | 6 +++---
 online_bontique_demo/doc/local-startup.zh.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/online_bontique_demo/doc/local-startup.md 
b/online_bontique_demo/doc/local-startup.md
index 42ef5e1a0..43c129611 100644
--- a/online_bontique_demo/doc/local-startup.md
+++ b/online_bontique_demo/doc/local-startup.md
@@ -42,10 +42,10 @@ To ensure the correct startup of the system, the services 
should be started in t
 6. Start `productCatalogsService`
 7. Start `recommendationService`
 8. Start `shippingService`
-9. Start `checkoutService` last
-10. Start `fronted` last
+9. Start `checkoutService`
+10. Start `fronted`
 
-**Note: `checkoutService` and `fronted` must be started last.**
+**Note: The module boot order is reversible.**
 
 ## Accessing the Frontend Page
 
diff --git a/online_bontique_demo/doc/local-startup.zh.md 
b/online_bontique_demo/doc/local-startup.zh.md
index e3d517e63..25d230d25 100644
--- a/online_bontique_demo/doc/local-startup.zh.md
+++ b/online_bontique_demo/doc/local-startup.zh.md
@@ -42,10 +42,10 @@
 6. 启动 `productCatalogsService`
 7. 启动 `recommendationService`
 8. 启动 `shippingService`
-9. 最后启动 `checkoutService`
-10. 最后启动 `fronted`
+9. 启动 `checkoutService`
+10. 启动 `fronted`
 
-**注意:`checkoutService` 和 `fronted` 必须最后启动。**
+**注意:模块启动顺序可调换。**
 
 ## 访问前端页面
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to