|
|
@ -24,6 +24,7 @@ using Volo.Abp.AspNetCore.Serilog; |
|
|
using Volo.Abp.Autofac; |
|
|
using Volo.Abp.Autofac; |
|
|
using Volo.Abp.Caching.StackExchangeRedis; |
|
|
using Volo.Abp.Caching.StackExchangeRedis; |
|
|
using Volo.Abp.EntityFrameworkCore.MySQL; |
|
|
using Volo.Abp.EntityFrameworkCore.MySQL; |
|
|
|
|
|
using Volo.Abp.FeatureManagement.EntityFrameworkCore; |
|
|
using Volo.Abp.Modularity; |
|
|
using Volo.Abp.Modularity; |
|
|
using Volo.Abp.PermissionManagement.EntityFrameworkCore; |
|
|
using Volo.Abp.PermissionManagement.EntityFrameworkCore; |
|
|
using Volo.Abp.SettingManagement.EntityFrameworkCore; |
|
|
using Volo.Abp.SettingManagement.EntityFrameworkCore; |
|
|
@ -46,6 +47,7 @@ namespace LY.MicroService.IdentityServer; |
|
|
typeof(LINGYUN.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule), |
|
|
typeof(LINGYUN.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule), |
|
|
typeof(AbpEntityFrameworkCoreMySQLModule), |
|
|
typeof(AbpEntityFrameworkCoreMySQLModule), |
|
|
typeof(AbpSaasEntityFrameworkCoreModule), |
|
|
typeof(AbpSaasEntityFrameworkCoreModule), |
|
|
|
|
|
typeof(AbpFeatureManagementEntityFrameworkCoreModule), |
|
|
typeof(AbpSettingManagementEntityFrameworkCoreModule), |
|
|
typeof(AbpSettingManagementEntityFrameworkCoreModule), |
|
|
typeof(AbpPermissionManagementEntityFrameworkCoreModule), |
|
|
typeof(AbpPermissionManagementEntityFrameworkCoreModule), |
|
|
typeof(AbpLocalizationManagementEntityFrameworkCoreModule), |
|
|
typeof(AbpLocalizationManagementEntityFrameworkCoreModule), |
|
|
|