From b9c25d53970444532bf469f6a96c25a4c6916cb8 Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Fri, 8 Sep 2023 17:06:35 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=9C=8D=E5=8A=A1=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E4=B8=8E=E5=90=AF=E5=8A=A8=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 服务部署与启动.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/服务部署与启动.md b/服务部署与启动.md index c925e04..e22c6d0 100644 --- a/服务部署与启动.md +++ b/服务部署与启动.md @@ -13,6 +13,7 @@      Node版本: 16+ + ### 2. 服务启动 **Mac 环境** @@ -33,4 +34,11 @@ 1. 执行./build_ide.bat 2. IDE启动StandaloneLauncher -3. 浏览器输入http://localhost:9080 \ No newline at end of file +3. 浏览器输入http://localhost:9080 + +### 3. 数据准备 + +     默认系统自带H2数据库, 并已初始化好demo数据 + +     如需要连接自己的MySQL数据库, 请更改launchers/standalone下application-local.yaml数据库配置, +并执行schema-mysql.sql初始化mysql表结构 \ No newline at end of file