0 kkFileView编译指南
陈精华 edited this page 2019-07-11 08:17:31 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1. 环境要求

  1. Java: 1.8+
  2. Maven3.4+

2. 下载代码&编译打包

1. 从码云仓库拉取代码

git clone https://gitee.com/kekingcn/file-online-preview.git

2. 使用maven编译打包

cd file-online-preview
mvn clean package -DskipTests -Prelease

3. 使用docker构建镜像

docker build -t keking/kkfileview .