JAVA若依框架1.1搭建
1,Git克隆并初始化项目
https://gitee.com/y_project/RuoYi-Vue.git
根 clear 和 package一下
2,导入数据库,两个导入,不分先后
3,修改数据库配置文件
4,启动Redis
位置:115 115网盘: Redis-x64-5.0.14.1.msi
或者:https://github.com/tporadowski/redis/releases
下载安装
启动:
redis-server.exe redis.windows.conf 执行
程序中redis配置
5,启动后端项目
前端搭建项目:
1,https://gitee.com/ys-gitee/RuoYi-Vue3
克隆本地
git clone https://gitee.com/ys-gitee/RuoYi-Vue3
2,VS code 打开项目
npm install 下载依赖
3,启动前端 npm run dev
|