这是基于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.
 
 
 
 
 
 
colin 5d0d676537 feat(oss-management): extract OSS stream processing to the basic module 1 year ago
..
LINGYUN/Abp/OssManagement/Minio feat(oss-management): extract OSS stream processing to the basic module 1 year ago
FodyWeavers.xml feat(oss-management): add oss module Minio implementation 1 year ago
FodyWeavers.xsd feat(oss-management): add oss module Minio implementation 1 year ago
LINGYUN.Abp.OssManagement.Minio.csproj feat(oss-management): add oss module Minio implementation 1 year ago
README.md feat(oss-management): add oss module Minio implementation 1 year ago

README.md

LINGYUN.Abp.OssManagement.Minio

Oss容器管理接口的Minio实现

配置使用

模块按需引用

相关配置项请参考 BlobStoring Minio

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