feat: 完成操作日志模块+添加文件模块

This commit is contained in:
陈淳
2023-02-22 17:30:20 +08:00
parent 232cbad5bd
commit 49acf0c7c9
18 changed files with 52 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ using Yi.Framework.Core.Autofac;
using Yi.RBAC.Application;
using Yi.Framework.AspNetCore;
using Yi.Framework.Data.Json;
using Yi.Framework.OperLog;
using Yi.Framework.OperLogManager;
namespace Yi.BBS.Web
{
@@ -32,8 +32,6 @@ namespace Yi.BBS.Web
{
//NETServiceTest所在程序集添加进动态api配置
opt.CreateConventional(typeof(YiBBSApplicationModule).Assembly, option => option.RootPath = string.Empty);
opt.CreateConventional(typeof(YiRBACApplicationModule).Assembly, option => option.RootPath = string.Empty);
opt.CreateConventional(typeof(YiFrameworkOperLogModule).Assembly, option => option.RootPath = string.Empty);
});
//添加swagger