From aef9bb632627cb93f0748a358a156a2e575821ea Mon Sep 17 00:00:00 2001 From: toesbieya <1647775459@qq.com> Date: Mon, 3 Aug 2020 16:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/start.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/start.md b/docs/start.md index eae1ced..82733e2 100644 --- a/docs/start.md +++ b/docs/start.md @@ -17,5 +17,6 @@ cloud版请按以下步骤启动: 2. 将`/nacos-config`下的文件打包成`DEFAULT_GROUP.ZIP`,然后在nacos的web端上导入。 3. 按一定顺序启动各个模块。`websocket`、`schedule`、`gateway` 这三个可以按任意顺序启动, - `record` 必须要在**其他的web-modules**前启动,`account` 必须要在 `system` 之后启动, - `document` 必须要在 `stock` 之后启动,剩余的可以按任意顺序启动。 + 之后启动 `web/file` 然后启动 `web/web-modules/record`,剩余的 `web-modules` 中,`web/web-modules/account` + 必须要在 `web/web-modules/system` 之后启动,`web/web-modules/document` 必须要在 `web/web-modules/stock` 之后启动, + 剩余的可以按任意顺序启动。