Skip to content

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

Notifications You must be signed in to change notification settings

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.