RuoYi-Cloud/启动说明.md

21 lines
985 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ry-cloud 启动说明:
1. 新建MySQL数据库ry-config nacos的配置数据库 导入 ry-cloud.sql
2. 启动本地nacos 注意修改数据库
3. 修改nacos里的数据库链接
4. 新建MySQL数据库ry-cloud 导入脚本 ry_20210806.sql 和 quartz.sql定时任务
5. 启动
5.1 启动无顺序限制
5.2 Auth服务和Gateway服务必须启动
5.3 system服务如果你想访问后台就启动
5.4 job和gen服务这两个一个是定时任务一个是代码生成 如果你有用得到就启动 反则不需要启动
6. 监控帐号和数据监控账号: ruoyi 123456监控里配置
```shell
# 控制台管理用户名和密码
login-username: ruoyi
login-password: 123456
```
7. sentinel启动
```shell
java -Dserver.port=8718 -Dcsp.sentinel.dashboard.server=localhost:8718 -Dproject.name=sentinel-dashboard -Dcsp.sentinel.api.port=8719 -jar D:\sentinel\sentinel-dashboard-1.8.0.jar
```