1、從GitHub下載源碼:
https://github.com/zyanycall/stressTestPlatform

git clone https://github.com/zyanycall/stressTestPlatform.git
2、創建renren_fast數據庫
執行stressTestPlatform\doc\db.sql文件


修改stressTestPlatform\src\main\resources\application-dev.yml配置文件

修改數據庫地址、端口、賬號與密碼
3、打包
在項目的根目錄下面執行命令
mvn install
打好的jar包在
stressTestPlatform\target\renren-fast.jar
4、上傳到服務器

java -jar renren-fast.jar
運行
請注意端口號不能沖突
使用的是8080端口

訪問
http://192.168.1.108:8080/renren-fast
賬號/密碼
admin/admin


