这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
feijie 5065786525 feat(docs): 添加Oss管理模块文档 1 year ago
..
LINGYUN/Abp/OssManagement/Nexus feat(oss-management): extract OSS stream processing to the basic module 1 year ago
System/IO upgrade abp framework to 8.2.0 2 years ago
FodyWeavers.xml upgrade(abp): upgrade abp framework to 7.4.0 2 years ago
FodyWeavers.xsd upgrade(abp): upgrade abp framework to 7.4.0 2 years ago
LINGYUN.Abp.OssManagement.Nexus.csproj upgrade abp framework to 8.2.0 2 years ago
README.EN.md feat(docs): 添加Oss管理模块文档 1 year ago
README.md feat(docs): 添加Oss管理模块文档 1 year ago

README.md

LINGYUN.Abp.OssManagement.Nexus

Nexus仓库的OSS管理模块实现

功能

  • 实现基于Nexus Raw仓库的对象存储管理
  • 支持文件上传、下载和删除等基本操作
  • 支持文件分片上传和断点续传
  • 集成Nexus的访问控制和安全机制
  • 支持对象过期管理

配置使用

模块按需引用:

[DependsOn(typeof(AbpOssManagementNexusModule))]
public class YouProjectModule : AbpModule
{
    // other
}

配置说明

需要配置以下关键信息:

  • BaseUrl:Nexus服务器地址
  • Repository:Raw仓库名称
  • Username:访问用户名
  • Password:访问密码
  • Format:仓库格式,默认为raw

注意事项

  • 此模块需要Nexus服务器支持Raw仓库类型
  • 需要确保配置的用户具有足够的权限访问Raw仓库
  • 建议使用HTTPS进行安全传输

链接