Skip to content

paoloyx/BlobCrud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlobCrud

A simple example of Blob persistence using Hibernate

Usage

  • Setup connection properties in file src/main/resources/META-INF/spring/database.properties`
  • Setup absolute path of file to persist in file src/main/resources/META-INF/spring/file.properties

Then run the test with command: mvn test

Getting the code

To get a local copy of the current code, clone it using git:

$ git clone git://github.com/paoloyx/BlobCrud.git BlobCrud
$ cd BlobCrud

About

A simple example of Blob persistence using Hibernate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages