0
vishalnikam created
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
- ABP Framework version: v2.7
- UI type: Angular
- Tiered (MVC) or Identity Server Seperated (Angular): yes
- Exception message and stack trace: NA
- Steps to reproduce the issue: NA
Hi,
How to create separate Language mangment Database/Service and hosted seperately. then how to add consume language mangmnet service to other module based services.
Thanks, Vishal Nikam
1 Answer(s)
-
0
Hi, You can reffer microservices example: https://docs.abp.io/en/abp/latest/Samples/Microservice-Demo.
In the microservices example, the product management module is deployed separately and has its own database.