Files
Hua.Abp.Demo/Hua.Abp.Demo.abpsln
T
ShaoHua 767ff807a5 chore: 升级ABP框架及相关依赖版本,更新数据库连接字符串并清理Swagger配置
1.  将ABP相关包版本从10.0.1升级至10.5.0,LeptonX主题从5.0.1升级至5.5.0
2.  更新测试相关依赖包版本,统一项目包版本
3.  修改数据库连接字符串默认库名为Hua.Abp.Demo
4.  移除冗余的Swagger OpenIddict文档过滤器配置
5.  添加数据库迁移文件更新数据库结构
2026-07-14 04:37:31 +08:00

78 lines
2.1 KiB
Plaintext

{
"id": "75e9aca6-80a8-487e-a26e-f50357a0309d",
"creationTime": "12/28/2025 13:43:05 +00:00",
"template": "app",
"versions": {
"AbpFramework": "10.5.0",
"AbpStudio": "3.0.7",
"TargetDotnetFramework": "net10.0",
"AbpCommercial": "10.5.0",
"LeptonX": "5.5.0"
},
"modules": {
"Hua.Abp.Demo": {
"path": "Hua.Abp.Demo.abpmdl"
}
},
"runProfiles": {
"Default": {
"path": "etc/abp-studio/run-profiles/Default.abprun.json"
}
},
"options": {
"httpRequests": {
"ignoredUrls": []
}
},
"creatingStudioConfiguration": {
"template": "app",
"createdAbpStudioVersion": "2.1.3",
"creationTool": "ABP Studio CLI",
"tiered": "false",
"runInstallLibs": "true",
"useLocalReferences": "false",
"multiTenancy": "true",
"includeTests": "true",
"kubernetesConfiguration": "false",
"uiFramework": "angular",
"mobileFramework": "none",
"distributedEventBus": "none",
"databaseProvider": "ef",
"runDbMigrator": "",
"databaseManagementSystem": "postgresql",
"separateTenantSchema": "false",
"createInitialMigration": "",
"theme": "leptonx-lite",
"themeStyle": "",
"themeMenuPlacement": "",
"progressiveWebApp": "false",
"runProgressiveWebAppSupport": "false",
"publicWebsite": "false",
"socialLogin": "true",
"sampleCrudPage": "true",
"selectedLanguages": [
"English",
"Arabic",
"Chinese (Simplified)",
"Chinese (Traditional)",
"Czech",
"English (United Kingdom)",
"Finnish",
"French",
"German (Germany)",
"Hindi ",
"Hungarian",
"Icelandic",
"Italian",
"Portuguese (Brazil)",
"Romanian (Romania)",
"Russian",
"Slovak",
"Spanish",
"Swedish",
"Turkish"
],
"defaultLanguage": "English",
"createCommand": "abp new Hua.Abp.Demo -t app --ui-framework angular --database-provider ef --database-management-system postgresql --theme leptonx-lite --skip-migration --skip-migrator --without-cms-kit --sample-crud-page --dont-run-bundling -no-file-management"
}
}