Spring Boot - Thymeleaf - MySQL | Upload -- Download -- Files
YouTube
https://youtu.be/gleSioJAoRA
Develop tool:
Code with:
- IntelliJ Ultimate.
- IntelliJ Community.
- Visual Studio Code.
Database :
Open the application step by step:
- Clone or download the source code.
- Create a database using the following code:
create database uploadDownloadFiles;
.
- Change "username" and "password" in application.properties with
yours.
- Open the project with one of IDEA and run the code.
- Open a browser and go to localhost.
- Upload a file from your computer or from this project which can be found in files
- Go to the
download
section and download the uploaded files.
- Check the uploaded file in the database.