A Plume File module to store file data on the system disk through java.io.File class.
- Install Maven dependency:
<dependency>
<groupId>com.coreoz</groupId>
<artifactId>plume-file-storage-system</artifactId>
</dependency>
- In the
ApplicationModule
class, install the following Guice module:
install(new GuiceFileStorageSystemModule());