An open API service indexing awesome lists of open source software.

https://github.com/andikscript/fileuploaddatabase

Simple upload & download file by using spring boot on database mysql
https://github.com/andikscript/fileuploaddatabase

Last synced: 6 months ago
JSON representation

Simple upload & download file by using spring boot on database mysql

Awesome Lists containing this project

README

          

# File Upload on Database - Spring Boot
Simple upload & download file by using spring boot on database mysql

## Featured
- Spring Boot Web
- Upload and Download file
- Max file size : 30 MB

## API

Methods | Url | Action | Body |
--- | --- | --- | --- |
| POST | /api/file/upload | upload file | file |
| GET | /api/file/files | get list and path store file | - |
| GET | /api/file/download/{id} | get and download file by id | - |