aspnetcore模块转移

This commit is contained in:
陈淳
2023-02-09 19:11:56 +08:00
parent 5867559502
commit 943a7344f6
15 changed files with 108 additions and 21 deletions

View File

@@ -1,5 +1,6 @@
using AspNetCore.Microsoft.AspNetCore.Builder;
using StartupModules;
using Yi.Framework.AspNetCore;
using Yi.Framework.Auth.JwtBearer;
using Yi.Framework.Core;
using Yi.Framework.Core.Attributes;
@@ -10,6 +11,7 @@ using Yi.Template.Sqlsugar;
namespace Yi.Template.Web
{
[DependsOn(
typeof(YiFrameworkAspNetCoreModule),
typeof(YiFrameworkCoreAutofacModule),
typeof(YiTemplateSqlsugarModule),
typeof(YiTemplateApplicationModule)