这是基于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 d6032271aa 🔧 chore: use Directory.Packages.props 2 years ago
..
LINGYUN/Abp/Aliyun/SettingManagement upgrade abp framework to 8.1.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.Aliyun.SettingManagement.csproj 🔧 chore: use Directory.Packages.props 2 years ago
README.md upgrade(abp): upgrade abp framework to 7.4.0 2 years ago

README.md

LINGYUN.Abp.Aliyun.SettingManagement

阿里云配置管理模块,引用此模块可管理阿里云相关的配置,可通过网关聚合对外公布的API接口

API接口: api/setting-management/aliyun

配置使用

模块按需引用,建议在配置管理承载服务引用此模块

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

注意

因后台管理模块负责管理所有配置,此模块仅提供查询接口