添加数据库创建步骤相关截图

This commit is contained in:
Lei Xu 2022-02-17 15:15:16 +08:00
parent aaa2b82141
commit b53430e0e0
4 changed files with 23 additions and 0 deletions

View File

@ -89,6 +89,29 @@ mvn install
3. 创建ry-vue数据库
> 说明使用SmartIDE运行开发环境的一个好处就是一键启动所有相关环境我们已经在你的环境中内置了专门用户RuoYi项目开发的MySQL数据库并且为了你的操作方便也提供了PhpMyAdmin这个工具方便你进行数据管理操作。
打开SmartIDE内置的PHPMyAdmin工具地址是http://localhost:8090
- 服务器ruoyi-db
- 用户名root
- 密码password
![](images/ruoyi-db-login.png)
点击 **新建** 并输入 **ry-vue** 作为数据库名称,点击 **创建** 按钮
![](images/ruoyi-db-create.png)
然后在这个数据库中依次执行以下两个脚本
- sql/ry_20210908.sql
- sql/quartz.sql
执行完毕之后的状态如下
![](images/ruoyi-db-tables.png)
4. 编译并启动前端项目
现在我们可以进入ruoyi-admin项目并启动调试

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB