jar

io.github.wslxm : xj-base-file

Maven & Gradle

Jul 24, 2023
0 stars

文件处理模块,目前支持本地存储 + 阿里云oss存储

Table Of Contents

Latest Version

Download io.github.wslxm : xj-base-file JAR file - Latest Versions:

All Versions

Download io.github.wslxm : xj-base-file JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.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 xj-base-file-2.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.wslxm.springbootplus2.file.strategy.context

├─ io.github.wslxm.springbootplus2.file.strategy.context.FileChannelContext.class - [JAR]

io.github.wslxm.springbootplus2.file.config

├─ io.github.wslxm.springbootplus2.file.config.BaseFileMvcConfig.class - [JAR]

io.github.wslxm.springbootplus2.file.controller

├─ io.github.wslxm.springbootplus2.file.controller.FileController.class - [JAR]

io.github.wslxm.springbootplus2.file.util

├─ io.github.wslxm.springbootplus2.file.util.FileDownloadUtil.class - [JAR]

├─ io.github.wslxm.springbootplus2.file.util.FileGlobalHeader.class - [JAR]

├─ io.github.wslxm.springbootplus2.file.util.FileUploadUtil.class - [JAR]

├─ io.github.wslxm.springbootplus2.file.util.OssUtil.class - [JAR]

io.github.wslxm.springbootplus2.file.strategy.service.impl

├─ io.github.wslxm.springbootplus2.file.strategy.service.impl.AliYunOssFileStrategy.class - [JAR]

├─ io.github.wslxm.springbootplus2.file.strategy.service.impl.LocalFileStrategy.class - [JAR]

├─ io.github.wslxm.springbootplus2.file.strategy.service.impl.LocalProxyFileStrategy.class - [JAR]

io.github.wslxm.springbootplus2.file.constant

├─ io.github.wslxm.springbootplus2.file.constant.FileChannel.class - [JAR]

├─ io.github.wslxm.springbootplus2.file.constant.FileSuffixConst.class - [JAR]

├─ io.github.wslxm.springbootplus2.file.constant.FilenameRuleEnum.class - [JAR]

├─ io.github.wslxm.springbootplus2.file.constant.RequestConst.class - [JAR]

io.github.wslxm.springbootplus2.file.properties

├─ io.github.wslxm.springbootplus2.file.properties.AliYunOssProperties.class - [JAR]

├─ io.github.wslxm.springbootplus2.file.properties.FileProperties.class - [JAR]

├─ io.github.wslxm.springbootplus2.file.properties.LocalProperties.class - [JAR]

├─ io.github.wslxm.springbootplus2.file.properties.LocalProxyFileProperties.class - [JAR]

io.github.wslxm.springbootplus2.file.strategy.service

├─ io.github.wslxm.springbootplus2.file.strategy.service.FileStrategy.class - [JAR]

io.github.wslxm.springbootplus2

├─ io.github.wslxm.springbootplus2.FileServer.class - [JAR]

Advertisement