From 353e416d768115f833f7c68649661a503c85b590 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Mon, 22 Feb 2021 08:34:10 +0800 Subject: [PATCH] update nuget package version --- aspnet-core/common.props | 2 +- .../README.md | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 aspnet-core/modules/cloud-aliyun/LINGYUN.Abp.Aliyun.SettingManagement/README.md diff --git a/aspnet-core/common.props b/aspnet-core/common.props index b362ffcff..a61f70c9e 100644 --- a/aspnet-core/common.props +++ b/aspnet-core/common.props @@ -1,7 +1,7 @@ latest - 4.1.2 + 4.2.1 LINGYUN $(NoWarn);CS1591;CS0436 https://github.com/colinin/abp-vue-admin-element-typescript/ diff --git a/aspnet-core/modules/cloud-aliyun/LINGYUN.Abp.Aliyun.SettingManagement/README.md b/aspnet-core/modules/cloud-aliyun/LINGYUN.Abp.Aliyun.SettingManagement/README.md new file mode 100644 index 000000000..66baecce3 --- /dev/null +++ b/aspnet-core/modules/cloud-aliyun/LINGYUN.Abp.Aliyun.SettingManagement/README.md @@ -0,0 +1,20 @@ +# LINGYUN.Abp.Aliyun.SettingManagement + +阿里云配置管理模块,引用此模块可管理阿里云相关的配置,可通过网关聚合对外公布的API接口 + +API接口: api/setting-management/aliyun + +## 配置使用 + +模块按需引用,建议在配置管理承载服务引用此模块 + +```csharp +[DependsOn(typeof(AbpAliyunSettingManagementModule))] +public class YouProjectModule : AbpModule +{ + // other +} +``` +## 注意 + +因后台管理模块负责管理所有配置,此模块仅提供查询接口