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

742 B

LINGYUN.Abp.Aliyun.SettingManagement

Alibaba Cloud configuration management module. By referencing this module, you can manage Alibaba Cloud-related configurations and access the API interfaces published through the gateway aggregation.

API endpoint: api/setting-management/aliyun

Module Reference

The module should be referenced as needed. It is recommended to reference this module in the configuration management hosting service.

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

Note

Since the background management module is responsible for managing all configurations, this module only provides query interfaces.

查看中文文档