Spring Boot file IO

KNOWLEDGE GAP - LEARN MORE, IMPLEMENT THIS

https://www.bezkoder.com/spring-boot-file-upload/

Implementation project:

https://github.com/explorer436/programming-playground/tree/main/java-playground/spring-data-examples/spring-data-jpa-file-io-with-mysql

Difference between file and multi part file?

Difference between FileSystemResource and ClassPathResource?

ClassPathResource looks in the classpath and FileSystemResource looks in the file system.


Links to this note