|
|
@ -1,4 +1,5 @@ |
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
using LINGYUN.Abp.Elasticsearch; |
|
|
|
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
using Volo.Abp.Modularity; |
|
|
using Volo.Abp.Modularity; |
|
|
using WorkflowCore.Interface; |
|
|
using WorkflowCore.Interface; |
|
|
using WorkflowCore.Models; |
|
|
using WorkflowCore.Models; |
|
|
@ -6,6 +7,7 @@ using WorkflowCore.Models; |
|
|
namespace LINGYUN.Abp.WorkflowCore.Persistence.Elasticsearch |
|
|
namespace LINGYUN.Abp.WorkflowCore.Persistence.Elasticsearch |
|
|
{ |
|
|
{ |
|
|
[DependsOn(typeof(AbpWorkflowCoreModule))] |
|
|
[DependsOn(typeof(AbpWorkflowCoreModule))] |
|
|
|
|
|
[DependsOn(typeof(AbpElasticsearchModule))] |
|
|
public class AbpWorkflowCorePersistenceElasticsearchModule : AbpModule |
|
|
public class AbpWorkflowCorePersistenceElasticsearchModule : AbpModule |
|
|
{ |
|
|
{ |
|
|
public override void PreConfigureServices(ServiceConfigurationContext context) |
|
|
public override void PreConfigureServices(ServiceConfigurationContext context) |
|
|
|