jar

io.gitee.aj_mayu : web-fileupload-spring-boot-starter

Maven & Gradle

Oct 16, 2022

web-fileupload-spring-boot-starter · springboot web 通用文件上传接口 目前适配的是 minio

Table Of Contents

Latest Version

Download io.gitee.aj_mayu : web-fileupload-spring-boot-starter JAR file - Latest Versions:

All Versions

Download io.gitee.aj_mayu : web-fileupload-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
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 web-fileupload-spring-boot-starter-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.aj.common.web.file.service

├─ org.aj.common.web.file.service.DefaultFileCheckServiceImpl.class - [JAR]

├─ org.aj.common.web.file.service.FileCheckService.class - [JAR]

├─ org.aj.common.web.file.service.FileUploadBaseServiceImpl.class - [JAR]

org.aj.common.web.file.config

├─ org.aj.common.web.file.config.CustomAutoConfiguration.class - [JAR]

├─ org.aj.common.web.file.config.DistributeFileClientProperties.class - [JAR]

├─ org.aj.common.web.file.config.DistributeFileServerProperties.class - [JAR]

├─ org.aj.common.web.file.config.FileCheckRuleProperties.class - [JAR]

org.aj.common.web.file.util

├─ org.aj.common.web.file.util.DistributeFileUtils.class - [JAR]

├─ org.aj.common.web.file.util.ImageUtil.class - [JAR]

org.aj.common.web.file.bean

├─ org.aj.common.web.file.bean.CompressProperty.class - [JAR]

├─ org.aj.common.web.file.bean.FileCheckRule.class - [JAR]

├─ org.aj.common.web.file.bean.FileMetadata.class - [JAR]

├─ org.aj.common.web.file.bean.FileRetWrap.class - [JAR]

├─ org.aj.common.web.file.bean.FileVo.class - [JAR]

org.aj.common.web.file.web

├─ org.aj.common.web.file.web.FileUploadBaseController.class - [JAR]