这是基于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.
 
 
 
 
 
 

1.1 KiB

LINGYUN.Abp.Aliyun.Features

Alibaba Cloud service feature management module.

Features

  • Provides feature definitions and management for Alibaba Cloud services
  • Supports enabling/disabling Alibaba Cloud service features
  • Integration with ABP feature management system

Module Reference

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

Feature Items

  • Features:AlibabaCloud - Alibaba Cloud service feature group
    • Features:AlibabaCloud:IsEnabled - Enable/Disable Alibaba Cloud services
      • Default value: false
      • Description: Enable to give the application Alibaba Cloud service capabilities

Configuration Items

This module is mainly used for feature definition and does not contain configuration items.

Notes

  • This module needs to be used in conjunction with the LINGYUN.Abp.Aliyun module
  • After enabling Alibaba Cloud service features, you still need to configure the corresponding service parameters in the LINGYUN.Abp.Aliyun module

查看中文文档