Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 467 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 467 Bytes

Photoz

A spring boot crash course follow along - link

  • Maven
  • Java 17
  • JDBC
  • H2 DataBase

Functionalities

  • 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")

Execute

To run this project

  ./mvnw clean package
  java -jar ./target/photoz-clone-*.jar