Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemon001017/http-download-server-java
A website that supports HTTP downloads, pauses, resumes, redownloads, deletes, rate-limiting, and parallel multitasking downloads.
https://github.com/lemon001017/http-download-server-java
mybatis-plus mysql redis spring-boot
Last synced: about 1 month ago
JSON representation
A website that supports HTTP downloads, pauses, resumes, redownloads, deletes, rate-limiting, and parallel multitasking downloads.
- Host: GitHub
- URL: https://github.com/lemon001017/http-download-server-java
- Owner: Lemon001017
- Created: 2024-09-11T10:32:08.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T06:27:34.000Z (about 2 months ago)
- Last Synced: 2024-10-15T17:41:06.866Z (about 1 month ago)
- Topics: mybatis-plus, mysql, redis, spring-boot
- Language: Java
- Homepage:
- Size: 59.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTP-download-server (Java version)
## Technology Used
Web: `Vue3` + `Vite`
Server: `Springboot` + `Mybatis-plus` + `MySQL` + `Redis`
JDK: `21`
## Run locally
## Web
### 1. Enter the web
```bash
cd web
```### 2. Install Dependencies
```bash
npm install
```### 3. Run
```shell
npm run dev
```## Server
### 1. Download project
```bash
git clone https://github.com/Lemon001017/HTTP-download-server-Java.git
```### 2.Configure the database and redis
- MySQL: Run `settings.sql` and `task.sql` to create the table, then configure the **userName** and **password**.
- Redis: Configure the **host**, **port** and **password**.### 3. Run unit tests
```bash
mvn test
```### 4. Run
```bash
mvn spring-boot:run
```