基于 SpringBoot 的在线云盘, 支持对接 Hadoop, 又拍云 存储源
一个简单的云盘
SpringBoot + MyBatis + Maven + MySQL
文件存储于 Hadoop HDFS, 又拍云 中
秒传
多文件上传
删除
Build
mvn complie
打包 jar
mvn package
生成的 jar 位于 target/epan-0.0.1-SNAPSHOT.jar
运行
java -jar target/epan-0.0.1-SNAPSHOT.jar
Docker 快速部署
docker run -d -p 8080:8080 --name epan-container yiyungent/epan
Docker build
docker build -t epan -f Dockerfile .
epan is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.
We accept donations through these channels:
epan © yiyun, Released under the MIT License.
Authored and maintained by yiyun with help from contributors (list).
GitHub @yiyungent