Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 786 Bytes

run.md

File metadata and controls

22 lines (16 loc) · 786 Bytes

运行后端

该项目是标准的Maven项目,因此IDE导入temp-file-viewer-backend后,执行FreehubFileViewerApplication类的main方法即可。 另外本地开发时建议使用-Dspring.profiles.active=dev参数来指定环境。

成功启动后日志如下图,如果没有指定dev环境的话,日志会打到当前目录下的logs文件夹哈。

运行前端

前端使用Angular框架,因此需要Node环境,没有的话请自行安装。

  • Node环境
  • Angular-Cli
    npm install -g @angular/cli
  • 进入项目目录
  • npm start / yarn start

运行成功的截图如下