Compare commits
2 Commits
94ef930aa2
...
659297937c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
659297937c | ||
|
|
2d098706e0 |
@ -1 +1 @@
|
|||||||
Subproject commit db14780cd772ec7389fade0163bdc1046f0a1476
|
Subproject commit 2116ad0d1dfea81f3f63c9e3552f7d7043e43c76
|
||||||
@ -1,4 +1,5 @@
|
|||||||
using JiShe.ServicePro.Core;
|
using JiShe.ServicePro.Core;
|
||||||
|
using JiShe.ServicePro.PulsarProvider.Internal;
|
||||||
using JiShe.ServicePro.SwaggerConfigs;
|
using JiShe.ServicePro.SwaggerConfigs;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using Volo.Abp.BlobStoring.FileSystem;
|
using Volo.Abp.BlobStoring.FileSystem;
|
||||||
@ -58,7 +59,7 @@ namespace JiShe.IoT
|
|||||||
});
|
});
|
||||||
|
|
||||||
// 注册 内存管理协调器
|
// 注册 内存管理协调器
|
||||||
context.Services.AddSingleton<UnifiedMemoryCoordinator>();
|
context.Services.AddSingleton<UnifiedMemoryCoordinator>();
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void OnApplicationInitialization(ApplicationInitializationContext context)
|
public override void OnApplicationInitialization(ApplicationInitializationContext context)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user