Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hendisantika/spring-boot-file-upload-example

Spring Boot file upload example
https://github.com/hendisantika/spring-boot-file-upload-example

java spring-boot thymeleaf thymeleaf-template-engine tomcat upload

Last synced: 10 days ago
JSON representation

Spring Boot file upload example

Awesome Lists containing this project

README

        

gi# spring-boot-file-upload-example

This article shows you how to upload a file in Spring Boot web application.

Tools used :

1. Spring Boot 1.5.16.RELEASE
2. Spring 4.3.7.RELEASE
3. Thymeleaf
4. Maven
5. Embedded Tomcat 8.5.6

How to run this repo :

open your terminal then type this command :
`mvn clean spring-boot:run`

open your browser :
`http://localhost:8080`

![Home Page](images/home.png "Home Page")

![Upload Page](images/upload.png "Upload File")