Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 315 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 315 Bytes

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.