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

https://github.com/hendisantika/springboot-upload-multiple-file-to-mysql

SpringBoot Upload Multiple Files to MySQL Example – Thymeleaf + Spring JPA Audit
https://github.com/hendisantika/springboot-upload-multiple-file-to-mysql

Last synced: about 2 months ago
JSON representation

SpringBoot Upload Multiple Files to MySQL Example – Thymeleaf + Spring JPA Audit

Awesome Lists containing this project

README

        

# springboot-upload-multiple-file-to-mysql

Run this project by this command : `mvn clean spring-boot:run`

Then open your favorite browser then type : http://localhost:8080

### Screenshot

Home Page

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

Upload Page

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

List Uploaded Page

![List Uploaded Page](img/list.png "List Upladed Page")

Table Structure

![Table Structure](img/structure.png "Table Structure")

Table Data

![Table Data](img/table.png "Table Data")