Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hendisantika/spring-boot-file-upload-example
- Owner: hendisantika
- Created: 2017-03-26T12:52:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T22:09:08.000Z (19 days ago)
- Last Synced: 2024-10-28T23:19:29.199Z (19 days ago)
- Topics: java, spring-boot, thymeleaf, thymeleaf-template-engine, tomcat, upload
- Language: Java
- Homepage:
- Size: 323 KB
- Stars: 9
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.6How 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")