Skip to content

abhikrishnaram/photoz-SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published