Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 603 Bytes

README_zn-CN.md

File metadata and controls

27 lines (18 loc) · 603 Bytes

HTTP downloader RESTful server

English

编译

git clone [email protected]:proxyee-down-org/pdown-rest.git
cd pdown-rest
mvn clean package -Dmaven.test.skip=true -Pexec

启动

启动服务需要指定根目录,若为空时会默认使用程序运行所在的目录。

// 使用默认目录
java -jar pdown-rest.jar

// 使用指定的目录
java -jar pdown-rest.jar -b=f:/down/rest

接口文档

https://proxyee-down-org.github.io/pdown-rest-doc