【8.3.0】更新readme

master v8.3.0
stylefeng 2024-11-09 16:59:02 +08:00
parent ec47565636
commit f8cbd338c8
1 changed files with 3 additions and 1 deletions

View File

@ -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