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
- Host: GitHub
- URL: https://github.com/andikscript/fileuploaddatabase
- Owner: andikscript
- Created: 2022-07-20T12:17:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T14:16:30.000Z (over 3 years ago)
- Last Synced: 2025-01-30T00:41:24.485Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 | - |