A spring boot crash course follow along - link
- Maven
- Java 17
- JDBC
- H2 DataBase
- Upload any file as binary and store it in database
- Retrieve list of all files
- Show file (in browser)
- Download file by
ContentDisposition.builder("attachment")
To run this project
./mvnw clean package
java -jar ./target/photoz-clone-*.jar