jar

io.github.eaopen : eap-spring-boot-starter-file

Maven & Gradle

Oct 20, 2023
32 stars

eap-spring-boot-starter-file · 文件客户端,支持多种存储器 1. file:本地磁盘 2. ftp:FTP 服务器 2. sftp:SFTP 服务器 4. db:数据库 5. s3:支持 S3 协议的云存储服务,例如说 MinIO、阿里云、华为云、腾讯云、七牛云等等 6. webDav

Table Of Contents

Latest Version

Download io.github.eaopen : eap-spring-boot-starter-file JAR file - Latest Versions:

All Versions

Download io.github.eaopen : eap-spring-boot-starter-file JAR file - All Versions:

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

org.openea.eap.framework.file.core.enums

├─ org.openea.eap.framework.file.core.enums.FileStorageEnum.class - [JAR]

org.openea.eap.framework.file.core.client.local

├─ org.openea.eap.framework.file.core.client.local.LocalFileClient.class - [JAR]

├─ org.openea.eap.framework.file.core.client.local.LocalFileClientConfig.class - [JAR]

org.openea.eap.framework.file.core.client.ftp

├─ org.openea.eap.framework.file.core.client.ftp.FtpFileClient.class - [JAR]

├─ org.openea.eap.framework.file.core.client.ftp.FtpFileClientConfig.class - [JAR]

org.openea.eap.framework.file.core.client.s3

├─ org.openea.eap.framework.file.core.client.s3.S3FileClient.class - [JAR]

├─ org.openea.eap.framework.file.core.client.s3.S3FileClientConfig.class - [JAR]

org.openea.eap.framework.file.core.client.webdav

├─ org.openea.eap.framework.file.core.client.webdav.WebDavFileClient.class - [JAR]

├─ org.openea.eap.framework.file.core.client.webdav.WebDavFileClientConfig.class - [JAR]

org.openea.eap.framework.file.config

├─ org.openea.eap.framework.file.config.EapFileAutoConfiguration.class - [JAR]

org.openea.eap.framework.file.core.client.db

├─ org.openea.eap.framework.file.core.client.db.DBFileClient.class - [JAR]

├─ org.openea.eap.framework.file.core.client.db.DBFileClientConfig.class - [JAR]

├─ org.openea.eap.framework.file.core.client.db.DBFileContentFrameworkDAO.class - [JAR]

org.openea.eap.framework.file.core.client.sftp

├─ org.openea.eap.framework.file.core.client.sftp.SftpFileClient.class - [JAR]

├─ org.openea.eap.framework.file.core.client.sftp.SftpFileClientConfig.class - [JAR]

org.openea.eap.framework.file.core.client

├─ org.openea.eap.framework.file.core.client.AbstractFileClient.class - [JAR]

├─ org.openea.eap.framework.file.core.client.FileClient.class - [JAR]

├─ org.openea.eap.framework.file.core.client.FileClientConfig.class - [JAR]

├─ org.openea.eap.framework.file.core.client.FileClientFactory.class - [JAR]

├─ org.openea.eap.framework.file.core.client.FileClientFactoryImpl.class - [JAR]

org.openea.eap.framework.file.core.utils

├─ org.openea.eap.framework.file.core.utils.FileTypeUtils.class - [JAR]