Class AttachmentService

java.lang.Object
io.github.xezzon.zeroweb.attachment.internal.AttachmentService
All Implemented Interfaces:
IAttachmentService

@Service public class AttachmentService extends Object implements IAttachmentService
附件管理服务
Author:
xezzon
  • Constructor Details

    • AttachmentService

      public AttachmentService(AttachmentRepository attachmentRepository, ZerowebFileConfig zerowebFileConfig, IStorageService.Factory storageServiceFactory)
      依赖注入
      Parameters:
      attachmentRepository - 附件 JPA 接口
      zerowebFileConfig - 文件管理相关设置
      storageServiceFactory - 用于获取存储操作服务实现类的工厂
  • Method Details