From f8cbd338c8f43824f8e4da51611ecc9fde07b36a Mon Sep 17 00:00:00 2001 From: stylefeng Date: Sat, 9 Nov 2024 16:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=908.3.0=E3=80=91=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19e2215e..9e7689b7 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,13 @@ npm run build 以下为后台启动的过程: +**重要 重要 重要**,不要手动初始化sql,因为集成了flyway会自动初始化表,准备空库即可。 + 1. 在mysql数据库中创建guns数据库,推荐mysql 5.7或8版本。 2. 修改`application-local.yml`中的数据库连接配置连接到您的数据库。 -3. 打开`ProjectStartApplication`运行main方法即可启动,注:新版无需运行sql初始化文件,因为集成了flyway会自动初始化表。 +3. 打开`ProjectStartApplication`运行main方法即可启动。 4. 初始化账号密码:admin/123456