0
DominaTang created
With ABP Micro Services, is it fine that two Micro Services actually point to same SQL server or MongoDb instance, but each takes care of a set of tables of its own.
- ABP Framework version: v7.2.1
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
2 Answer(s)
-
0
Hello,
Yes you can do that make sure consider decoupling techniques and avoid dependency.
check out https://docs.abp.io/en/abp/latest/Samples/Microservice-Demo#database-ef-core-configuration
thanks
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
thanks.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)