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
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
-
0
thanks.