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: vX.X.X
- UI type: Angular / MVC
- Tiered (MVC) or Identity Server Seperated (Angular): yes / no
- Exception message and stack trace:
- Steps to reproduce the issue:
Do you have an example of a modular monolith architecture similar to https://github.com/kgrzybek/modular-monolith-with-ddd?
This is where a modules are included as a set of projects in the one solution with distributed messaging thereby allowing modular development while removing the need for multiple solutions.
2 Answer(s)
-
0
Any response?
-
0
Hi,
There is no such example, but abp does not restrict you from using multiple solutions. You can change the solution architecture according to your needs.
I think you can simply delete the other solution files(.sln) in the microservice example.