Skip to content

davids13/Save-retrieve-image-file

Repository files navigation

Save-retrieve-image-file

In this project I´ll show how to save/retrieve an image/file from MySQL using @Lob annnotation in Spring

@Lob or Large OBject refers to a variable length datatype for storing large objects, signifies that the annotated field should be represented as BLOB (binary data) in the DataBase.

Releases

No releases published

Packages

No packages published

Languages