Browse Source

Update POST.md

pull/22194/head
maliming 1 year ago
committed by GitHub
parent
commit
e42e9d0373
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/Community-Articles/2025-02-20-Using-OutboxInbox-Pattern-for-Reliable-Event-Handling-in-a-Multi-Module-Monolithic-Application/POST.md

4
docs/en/Community-Articles/2025-02-20-Using-OutboxInbox-Pattern-for-Reliable-Event-Handling-in-a-Multi-Module-Monolithic-Application/POST.md

@ -15,8 +15,8 @@ This article explains how to implement reliable event handling using the `Outbox
Besides the ABP framework modules, the project contains three business modules:
- Order module (`Products`), using `MongoDB` database
- Product module (`Ordering`), using `SQL Server` database
- Order module (`Ordering`), using `MongoDB` database
- Product module (`Products`), using `SQL Server` database
- Payment module (`Payment`), using `MongoDB` database
The project configures separate database connection strings for `ModularCRM` and the three business modules in `appsettings.json`:

Loading…
Cancel
Save