# files-upload-server **Repository Path**: nipkow/files-upload-server ## Basic Information - **Project Name**: files-upload-server - **Description**: files upload server for clients via Spring Boot - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # files-upload-server files upload server for clients via Spring Boot ![Java CI with Maven](https://github.com/ettingshausen/files-upload-server/workflows/Java%20CI%20with%20Maven/badge.svg) [![Build Status](https://travis-ci.org/ettingshausen/files-upload-server.svg?branch=master)](https://travis-ci.org/ettingshausen/files-upload-server) [![Java](https://img.shields.io/badge/Java-1.8-blue.svg?style=flat)](https://travis-ci.org/ettingshausen/files-upload-server) [![SpringBoot](https://img.shields.io/badge/SpringBoot-2.0-blue.svg?style=flat)](https://travis-ci.org/ettingshausen/files-upload-server) ## Package ``` mvn clean package ``` ## Run ```bash java -jar file-upload-server-0.0.1-SNAPSHOT.jar ``` The default server port is 1234, uploaded files will storage in `D:\test`. You can override like this: ``` java -jar file-upload-server-0.0.1-SNAPSHOT.jar --server.port=8080 --upload.path=D:\\upload\\ ``` ## Test ![postman](http://wx3.sinaimg.cn/large/685ea4faly1fozmqb7lbwj20mx0ckt9h.jpg) ## License The repo is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).