Skip to content

A small project that learn us how to upload, download files from a database using web interface made with Spring Boot and Thymeleaf.

Notifications You must be signed in to change notification settings

annormally/springboot-thymeleaf-mysql-upload-download-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot - Thymeleaf - MySQL | Upload -- Download -- Files

Spring MySQL Thymeleaf

YouTube YouTube

https://youtu.be/gleSioJAoRA

Develop tool:

Code with:

  1. IntelliJ Ultimate.
  2. IntelliJ Community.
  3. 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.

About

A small project that learn us how to upload, download files from a database using web interface made with Spring Boot and Thymeleaf.

Topics

Resources

Stars

Watchers

Forks