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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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