Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.5 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.5 KB

FlexiCore File Service Build StatusMaven Central

For comprehensive information about FlexiCore File Service please visit our site.

What it does?

FlexiCore File Service is a FlexiCore Plugin.

FlexiCore File Service defines the services required to manage files.

How to use as a Plugin?

Add the flexicore-file-service dependency to your main app using the latest version available from maven central:

        <dependency>
            <groupId>com.wizzdi</groupId>
            <artifactId>flexicore-file-service</artifactId>
            <version>LATEST</version>
            <scope>provided</scope>
        </dependency>

add the flexicore-file-service.jar to your plugins folder.

Main Dependencies

FlexiCore Boot

FlexiCore Security Model

FlexiCore Boot Starter Data JPA