|
|
|
@ -1,9 +1,10 @@
|
|
|
|
|
using AuthServer.Host.EntityFrameworkCore;
|
|
|
|
|
using AuthServer.Host.EntityFrameworkCore;
|
|
|
|
|
using Microsoft.AspNetCore.Builder;
|
|
|
|
|
using Microsoft.AspNetCore.DataProtection;
|
|
|
|
|
using Microsoft.Extensions.DependencyInjection;
|
|
|
|
|
using StackExchange.Redis;
|
|
|
|
|
using Volo.Abp;
|
|
|
|
|
using Volo.Abp.Account;
|
|
|
|
|
using Volo.Abp.Account.Web;
|
|
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic;
|
|
|
|
|
using Volo.Abp.Auditing;
|
|
|
|
@ -34,6 +35,7 @@ namespace AuthServer.Host
|
|
|
|
|
typeof(AbpSettingManagementEntityFrameworkCoreModule),
|
|
|
|
|
typeof(AbpIdentityEntityFrameworkCoreModule),
|
|
|
|
|
typeof(AbpIdentityApplicationContractsModule),
|
|
|
|
|
typeof(AbpAccountApplicationModule),
|
|
|
|
|
typeof(AbpIdentityServerEntityFrameworkCoreModule),
|
|
|
|
|
typeof(AbpEntityFrameworkCoreSqlServerModule),
|
|
|
|
|
typeof(AbpAccountWebIdentityServerModule),
|
|
|
|
|