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

605 B

LINGYUN.Abp.Elsa.Server

Integration of Elsa.Server.Api, handling default Elsa endpoints.

Features

  • Integrates Elsa server API endpoints with ABP framework
  • Provides SignalR support
  • Configures API versioning
  • Includes automapper profiles for data mapping
  • Registers necessary services:
    • ConnectionConverter
    • ActivityBlueprintConverter
    • WorkflowBlueprintMapper
    • EndpointContentSerializerSettingsProvider

Configuration and Usage

[DependsOn(
    typeof(AbpElsaServerModule)
    )]
public class YouProjectModule : AbpModule
{
}

中文文档