feat: 添加日志组件

This commit is contained in:
陈淳
2023-12-12 14:33:32 +08:00
parent aa49398c29
commit 8921b319c8
11 changed files with 2896 additions and 31 deletions

View File

@@ -29,7 +29,6 @@ namespace Yi.Framework.Rbac.Application
public async override Task OnApplicationInitializationAsync(ApplicationInitializationContext context)
{
//await context.AddBackgroundWorkerAsync<TestJob>();
}
}
}