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.  添加数据库迁移文件更新数据库结构
This commit is contained in:
ShaoHua
2026-07-14 04:37:31 +08:00
parent dc6daed052
commit 767ff807a5
28 changed files with 4293 additions and 708 deletions
+28 -8
View File
@@ -3,9 +3,11 @@
"creationTime": "12/28/2025 13:43:05 +00:00",
"template": "app",
"versions": {
"AbpFramework": "10.0.1",
"AbpStudio": "2.1.3",
"TargetDotnetFramework": "net10.0"
"AbpFramework": "10.5.0",
"AbpStudio": "3.0.7",
"TargetDotnetFramework": "net10.0",
"AbpCommercial": "10.5.0",
"LeptonX": "5.5.0"
},
"modules": {
"Hua.Abp.Demo": {
@@ -19,9 +21,7 @@
},
"options": {
"httpRequests": {
"ignoredUrls": [
]
"ignoredUrls": []
}
},
"creatingStudioConfiguration": {
@@ -45,13 +45,33 @@
"theme": "leptonx-lite",
"themeStyle": "",
"themeMenuPlacement": "",
"mobileFramework": "none",
"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", ],
"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"
}