Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 484 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 484 Bytes

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