Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.6 KB

Ruoyi.md

File metadata and controls

54 lines (37 loc) · 1.6 KB

Ruoyi内存马

Ruoyi相关资料

Ruoyi配置/运行

mysql> grant all privileges on ry.* to ruoyi@localhost;
mysql> create database ry;
mysql> use ry;
mysql> source /home/cqq/repos/RuoYi-Vue/sql/ry_20210908.sql;
mysql> source /home/cqq/repos/RuoYi-Vue/sql/quartz.sql;

image image

需要本地开启redis:

sudo apt install redis-server
sudo systemctl start redis-server

编译:

mvn clean package

sudo runuser -l ruoyi -c "java -jar /home/cqq/repos/RuoYi-Vue/ruoyi-admin/target/ruoyi-admin.jar"

https://gitee.com/y_project/RuoYi-Vue https://gitee.com/y_project/RuoYi-Cloud https://github.com/yangzongzhuan/RuoYi-fast

运行之后的控制台: image

其运行依赖nacos: https://github.com/shadowsock5/Poc/blob/master/Nacos/README.md

网关启动成功: image