jar

com.mxpio : mxpio-boot-base-filestorage

Maven & Gradle

Dec 19, 2022

文件管理模块 · 文件管理模块

Table Of Contents

Latest Version

Download com.mxpio : mxpio-boot-base-filestorage JAR file - Latest Versions:

All Versions

Download com.mxpio : mxpio-boot-base-filestorage JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mxpio-boot-base-filestorage-1.0.12-beta.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mxpioframework.filestorage.config

├─ com.mxpioframework.filestorage.config.MinIOConfig.class - [JAR]

com.mxpioframework.filestorage.controller

├─ com.mxpioframework.filestorage.controller.FileController.class - [JAR]

com.mxpioframework.filestorage.service

├─ com.mxpioframework.filestorage.service.FileStoragePolicy.class - [JAR]

├─ com.mxpioframework.filestorage.service.FileStorageService.class - [JAR]

├─ com.mxpioframework.filestorage.service.MxpioBlobService.class - [JAR]

com.mxpioframework.filestorage.provider

├─ com.mxpioframework.filestorage.provider.FileStorageProvider.class - [JAR]

com.mxpioframework.filestorage

├─ com.mxpioframework.filestorage.FilestorageConfiguration.class - [JAR]

com.mxpioframework.filestorage.service.impl

├─ com.mxpioframework.filestorage.service.impl.DefaultFileStoragePolicy.class - [JAR]

├─ com.mxpioframework.filestorage.service.impl.FileStorageServiceImpl.class - [JAR]

├─ com.mxpioframework.filestorage.service.impl.MxpioBlobServiceImpl.class - [JAR]

com.mxpioframework.filestorage.provider.impl

├─ com.mxpioframework.filestorage.provider.impl.DatabaseStorageProvider.class - [JAR]

├─ com.mxpioframework.filestorage.provider.impl.FileSystemStorageProvider.class - [JAR]

├─ com.mxpioframework.filestorage.provider.impl.MinIOStorageProvider.class - [JAR]

com.mxpioframework.filestorage.entity

├─ com.mxpioframework.filestorage.entity.MxpioBlob.class - [JAR]

├─ com.mxpioframework.filestorage.entity.MxpioFileInfo.class - [JAR]

Advertisement