|
|
|
@ -12,11 +12,11 @@ namespace Volo.Abp.BackgroundJobs.DemoApp.RabbitMq |
|
|
|
typeof(AbpAutofacModule), |
|
|
|
typeof(AbpBackgroundJobsRabbitMqModule) |
|
|
|
)] |
|
|
|
public class DemoAppHangfireModule : AbpModule |
|
|
|
public class DemoAppRabbitMqModule : AbpModule |
|
|
|
{ |
|
|
|
public override void ConfigureServices(ServiceConfigurationContext context) |
|
|
|
{ |
|
|
|
context.Services.AddAssemblyOf<DemoAppHangfireModule>(); |
|
|
|
context.Services.AddAssemblyOf<DemoAppRabbitMqModule>(); |
|
|
|
} |
|
|
|
|
|
|
|
public override void OnApplicationInitialization(ApplicationInitializationContext context) |