Skip to content

Latest commit

 

History

History

plume-file-storage-system

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Plume File Storage System

A Plume File module to store file data on the system disk through java.io.File class.

Installation

  1. Install Maven dependency:
<dependency>
  <groupId>com.coreoz</groupId>
  <artifactId>plume-file-storage-system</artifactId>
</dependency>
  1. In the ApplicationModule class, install the following Guice module:
install(new GuiceFileStorageSystemModule());