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.