From 62b5a25983bc274348920871d5e6ba4bf00a5906 Mon Sep 17 00:00:00 2001 From: maliming Date: Thu, 20 Feb 2025 16:39:45 +0800 Subject: [PATCH] Update POST.md --- .../POST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Community-Articles/Using-OutboxInbox-Pattern-for-Reliable-Event-Handling-in-a-Multi-Module-Monolithic-Application/POST.md b/docs/en/Community-Articles/Using-OutboxInbox-Pattern-for-Reliable-Event-Handling-in-a-Multi-Module-Monolithic-Application/POST.md index b59ef8b155..cb4c03f6cd 100644 --- a/docs/en/Community-Articles/Using-OutboxInbox-Pattern-for-Reliable-Event-Handling-in-a-Multi-Module-Monolithic-Application/POST.md +++ b/docs/en/Community-Articles/Using-OutboxInbox-Pattern-for-Reliable-Event-Handling-in-a-Multi-Module-Monolithic-Application/POST.md @@ -223,7 +223,7 @@ By introducing the `Outbox/Inbox` pattern, we have achieved: 2. Reliable message processing mechanism 3. Modular event processing in a multi-database environment -ModularCRM project not only implements reliable message processing but also demonstrates how to handle multi-database scenarios gracefully in a monolithic application. Project source code: https://github.com/abpframework/abp-samples/tree/master/ModularCrm +ModularCRM project not only implements reliable message processing but also demonstrates how to handle multi-database scenarios gracefully in a monolithic application. Project source code: https://github.com/abpframework/abp-samples/tree/master/ModularCrm-OutboxInbox-Pattern ## Reference