这是基于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 fb9b5be234 Remove some interfaces from the message repository 5 years ago
..
DotNetCore/CAP Cap events and gateway enhancements 5 years ago
LINGYUN/Abp/EventBus/CAP Cap events and gateway enhancements 5 years ago
Microsoft/Extensions/DependencyInjection 增加地址解析模块;变更Abp.Cap过期消息清理为可配置任务 6 years ago
modules/common/LINGYUN.Abp.EventBus.CAP Refactor the setting-management module 5 years ago
.gitignore 增加租户管理服务;引入Abp.Cap模块;修复一些语法错误 6 years ago
LICENSE.txt Remove some interfaces from the message repository 5 years ago
LINGYUN.Abp.EventBus.CAP.csproj upgrade abp framework to 3.3.0 5 years ago
LINGYUN.Abp.EventBus.CAP.xml Cap events and gateway enhancements 5 years ago
README.md Remove some interfaces from the message repository 5 years ago

README.md

LINGYUN.Abp.EventBus.CAP

分布式事件总线 CAP 集成

注意

  • 由于 CAP 官方模块中, MySqlConnector 为高版本,与 Volo.Abp.EntityFrameworkCore.MySQL 依赖版本不兼容
    当 Abp 框架升级到 4.0 版本之后,此模块升级为 CAP 最新版本

配置使用

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