这是基于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.
 
 
 
 
 
 
cKey 6d6e00006f upgrade abp framework 4.3.0 5 years ago
..
LINGYUN/Abp/AspNetCore/Mvc/Client add modules LINGYUN.Abp.AspNetCore.Mvc.Client 5 years ago
Properties add modules LINGYUN.Abp.AspNetCore.Mvc.Client 5 years ago
LINGYUN.Abp.AspNetCore.Mvc.Client.csproj upgrade abp framework 4.3.0 5 years ago
LINGYUN.Abp.AspNetCore.Mvc.Client.csproj.user add modules LINGYUN.Abp.AspNetCore.Mvc.Client 5 years ago
README.md add modules LINGYUN.Abp.AspNetCore.Mvc.Client 5 years ago

README.md

LINGYUN.Abp.AspNetCore.Mvc.Client

参照 Volo.Abp.AspNetCore.Mvc.Client 进行重写

实现可配置的用户配置缓存时间
实现订阅配置刷新事件清除用户配置缓存
实现基于用户缓存的权限、特性、配置、本地化、语言接口
引用 LINGYUN.Abp.MultiTenancy.RemoteService 可实现多租户接口
完全脱离具体数据库接口

注意

配置使用


{
	"AbpMvcClient": {
		"Cache": {
			"UserCacheExpirationSeconds": 300,
			"AnonymousCacheExpirationSeconds": 300
		}
	}
}

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