From 4115543c5acd092893eab5b96ce403eb5c2baac0 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 25 Apr 2026 08:10:25 +0800 Subject: [PATCH] feat: Merge the microservice solution files --- .changes/Migration 10.0.2 - 10.2.0.md | 31 ++- aspnet-core/LINGYUN.MicroService.All.slnx | 200 +++++++++-------- aspnet-core/LINGYUN.MicroService.Common.slnx | 203 ------------------ .../LINGYUN.MicroService.TaskManagement.slnx | 117 ---------- ...NGYUN.MicroService.WebhooksManagement.slnx | 109 ---------- ...LINGYUN.MicroService.WechatManagement.slnx | 83 ------- .../LINGYUN.MicroService.Workflow.slnx | 118 ---------- 7 files changed, 144 insertions(+), 717 deletions(-) delete mode 100644 aspnet-core/LINGYUN.MicroService.Common.slnx delete mode 100644 aspnet-core/LINGYUN.MicroService.TaskManagement.slnx delete mode 100644 aspnet-core/LINGYUN.MicroService.WebhooksManagement.slnx delete mode 100644 aspnet-core/LINGYUN.MicroService.WechatManagement.slnx delete mode 100644 aspnet-core/LINGYUN.MicroService.Workflow.slnx diff --git a/.changes/Migration 10.0.2 - 10.2.0.md b/.changes/Migration 10.0.2 - 10.2.0.md index 3699007b9..ee0176bd8 100644 --- a/.changes/Migration 10.0.2 - 10.2.0.md +++ b/.changes/Migration 10.0.2 - 10.2.0.md @@ -37,6 +37,7 @@ 15. [数据导出模块] 增加 `AbpExporterMiniSoftwareModule` 模块, 集成 `MiniExcel`、`MiniWord` 实现 `IExcelExporterProvider`、`IExcelImporterProvider`、`IWordExporterProvider` 接口 +16. [解决方案优化] 合并Task、Webhook、Wechat、Workflow解决方案到All中,移除多余的解决方案文件 ## 依赖项变更 @@ -72,6 +73,34 @@ | services/Single | SqlServer | 20260421023044_Add-Blob-Management-Module | 10.0.2 | | services/AuthServer | MySQL | 20260420064613_Upgrade-Abp-Framework-To-10-0-2 | 10.0.3 | | services/BackendAdmin | MySQL | 20260420064540_Upgrade-Abp-Framework-To-10-0-2 | 10.0.3 | +| services/Platform | MySQL | 20260424033808_Add-Blob-Management-Module | 10.0.3 | | services/IdentityServer | MySQL | 20260420065028_Upgrade-Abp-Framework-To-10-0-2 | 10.0.3 | | services/RealtimeMessage | MySQL | 20260420065252_Upgrade-Abp-Framework-To-10-0-2 | 10.0.3 | -| services/TaskManagement | MySQL | 20260420073543_Upgrade-Abp-Framework-To-10-0-2 | 10.0.3 | \ No newline at end of file +| services/TaskManagement | MySQL | 20260420073543_Upgrade-Abp-Framework-To-10-0-2 | 10.0.3 | + + +## 数据库连接字符串 + +| Module Name | ConnectionString Name | Example(MySQL) | +| ----------------------------- | ---------------------------- | ------------------------------------------------------------ | +| Default | Default | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| abp/Identity | AbpIdentity | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| abp/IdentityServer | AbpIdentityServer | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| abp/OpenIddict | AbpOpenIddict | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| abp/TenantManagement | AbpTenantManagement(AbpSaas) | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| abp/FeatureManagement | AbpFeatureManagement | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| abp/SettingManagement | AbpSettingManagement | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| abp/PermissionManagement | AbpPermissionManagement | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| labp/AIManagement | AbpAIManagement | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| labp/BlobManagement | AbpBlobManagement | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| labp/DataProtectionManagement | AbpDataProtectionManagement | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| labp/Gdpr | AbpGdpr | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| labp/Saas | AbpSaas | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| labp/LocalizationManagement | AbpLocalizationManagement | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| labp/TextTemplating | AbpTextTemplating | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| labp/Platform | AppPlatform | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| labp/MessageService | MessageService | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| labp/NotificationService | Notifications | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| labp/TaskManagement | TaskManagement | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| labp/WebhooksManagement | WebhooksManagement | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | +| labp/Elsa | Workflow | Server=127.0.0.1;Database=abp;User Id=root;Password=123456;SslMode=None | diff --git a/aspnet-core/LINGYUN.MicroService.All.slnx b/aspnet-core/LINGYUN.MicroService.All.slnx index 508f80a80..3b8dc3c56 100644 --- a/aspnet-core/LINGYUN.MicroService.All.slnx +++ b/aspnet-core/LINGYUN.MicroService.All.slnx @@ -1,10 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -95,13 +173,6 @@ - - - - - - - @@ -153,21 +224,24 @@ - - - - - + + + + + + + + @@ -175,8 +249,11 @@ + + + @@ -194,31 +271,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - @@ -227,7 +279,6 @@ - @@ -276,6 +327,7 @@ + @@ -314,18 +366,6 @@ - - - - - - - - - - - - @@ -423,10 +463,23 @@ + + + + + + + + + + + + + @@ -439,41 +492,19 @@ + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + @@ -489,9 +520,6 @@ - - - diff --git a/aspnet-core/LINGYUN.MicroService.Common.slnx b/aspnet-core/LINGYUN.MicroService.Common.slnx deleted file mode 100644 index fe73ca31d..000000000 --- a/aspnet-core/LINGYUN.MicroService.Common.slnx +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/aspnet-core/LINGYUN.MicroService.TaskManagement.slnx b/aspnet-core/LINGYUN.MicroService.TaskManagement.slnx deleted file mode 100644 index 7707b7fc9..000000000 --- a/aspnet-core/LINGYUN.MicroService.TaskManagement.slnx +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/aspnet-core/LINGYUN.MicroService.WebhooksManagement.slnx b/aspnet-core/LINGYUN.MicroService.WebhooksManagement.slnx deleted file mode 100644 index a9f854d53..000000000 --- a/aspnet-core/LINGYUN.MicroService.WebhooksManagement.slnx +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/aspnet-core/LINGYUN.MicroService.WechatManagement.slnx b/aspnet-core/LINGYUN.MicroService.WechatManagement.slnx deleted file mode 100644 index 5f5e866b1..000000000 --- a/aspnet-core/LINGYUN.MicroService.WechatManagement.slnx +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/aspnet-core/LINGYUN.MicroService.Workflow.slnx b/aspnet-core/LINGYUN.MicroService.Workflow.slnx deleted file mode 100644 index 0b1b54910..000000000 --- a/aspnet-core/LINGYUN.MicroService.Workflow.slnx +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -