6.1 git clone 人人项目
在码云上搜索人人开源,我们使用renren-fast,renren-fast-vue项目。
git clone https://gitee.com/renrenio/renren-fast.git
git clone https://gitee.com/renrenio/renren-fast-vue.git
下载到了桌面,我们把renren-fast移动到我们的项目文件夹(删掉.git文件),而renren-fast-vue是用VSCode打开的(后面再弄)
6.2修改配置文件 启动项目
然后修改项目里renren-fast中的application.yml,
修改application-dev.yml中的数库库的
url: jdbc:mysql://192.168.1.103:3306/gulimall_admin?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
username: root
password: root
然后执行java下的RenrenApplication
浏览器输入http://localhost:8080/renren-fast/
得到{“msg”:“invalid token”,“code”:401}就代表无误
6.3用VSCode打开renren-fast-vue
6.3.1 安装node:
版本为v10.16.3
设置node镜像仓库
npm config set registry http://registry.npm.taobao.org/ # 设置node仓库。提高下载速度
6.3.2 在终端中输入命令:npm install
,安装项目所需依赖。
6.3.3 安装完成后,输入命令:npm run dev
,运行项目。
浏览器输入localhost:8001 就可以看到内容了,登录账号admin 密码admin